On this page

Military Symbols via URL Parameter

symbol.army supports the generation of military symbols using URL parameters. This allows you to create a specific symbol by providing its SIDC (Symbol ID Code) directly in the URL.

Follow these steps to generate a military symbol in symbol.army using a URL parameter. This is useful for embedding military symbols in other applications or websites.

Instructions

  1. Find the SIDC (Symbol ID) for a symbol in the MIL‑STD‑2525C standard. The full list is available here: List of MIL‑STD‑2525C symbols.

  2. Check that the SIDC is 15 characters long (fixed length; case sensitive).

  3. Add the SIDC as a URL parameter of www.symbol.army using the following format:

    https://www.symbol.army/?SIDC=SIDC
    



    Example:

    https://www.symbol.army/?SIDC=S-G-UCI-------- 
    



  4. Set the affiliation (position 2 of the SIDC). Definitions per TABLE A‑I of the MIL‑STD‑2525C standard:

    IDDescription
    -NULL
    PPENDING
    UUNKNOWN
    AASSUMED FRIEND
    FFRIEND
    NNEUTRAL
    SSUSPECT
    HHOSTILE
    GEXERCISE PENDING
    WEXERCISE UNKNOWN
    MEXERCISE ASSUMED FRIEND
    DEXERCISE FRIEND
    LEXERCISE NEUTRAL
    JJOKER
    KFAKER



    Example (neutral):

    https://www.symbol.army/?SIDC=SNG-UCI--------
    



  5. Set the status/operational condition (position 4 of the SIDC) per TABLE A‑I. SIDC positions and categories:

    IDDESCRIPTION
    AANTICIPATED/PLANNED
    PPRESENT (Units only)
    CPRESENT/FULLY CAPABLE
    DDAMAGED
    XDESTROYED
    FPRESENT/FULL TO CAPACITY



    Example (damaged):

    https://www.symbol.army/?SIDC=SFGDUCI----D---
    



  6. Set the echelon (position 12 of the SIDC) per TABLE V. Echelon indicator:

    IDDESCRIPTION
    -NULL
    ATEAM/CREW
    BSQUAD
    CSECTION
    DPLATOON/DETACHMENT
    ECOMPANY/BATTERY/TROOP
    FBATTALION/SQUADRON
    GREGIMENT/GROUP
    HBRIGADE
    IDIVISION
    JCORPS
    KARMY
    LARMY GROUP/FRONT
    MREGION



    Example (platoon):

    https://www.symbol.army/?SIDC=SFGPUCI----D---
    



Hint:
  1. METOC symbols (weather) do not support affiliation
    → don’t change SIDC position 2.

  2. METOC symbols do not support echelon
    → set SIDC position 12 to '-'.

  3. Formatting cannot be set via URL parameters. Use the Options menu in the application.