Useful Unicode characters
Introduction
Unicode characters to copy & paste. I looked up the named HTML character references on the WHATWG chart.
Latin letters
These are the non-ASCII letters needed to write Finnish, Estonian, Swedish, Norwegian, Danish and German. Unicode blocks:
- C1 Controls and Latin-1 Supplement (
U+0080
…U+00FF
) - Latin Extended-A (
U+0100
…U+017F
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+00C4 | Ä | Ä | latin capital letter a with diaeresis |
U+00E4 | ä | ä | latin small letter a with diaeresis |
U+00C5 | Å | Å | latin capital letter a with ring above |
U+00E5 | å | å | latin small letter a with ring above |
U+00C6 | Æ | Æ | latin capital letter ae |
U+00E6 | æ | æ | latin small letter ae |
U+00C9 | É | É | latin capital letter e with acute |
U+00E9 | é | é | latin small letter e with acute |
U+00D6 | Ö | Ö | latin capital letter o with diaeresis |
U+00F6 | ö | ö | latin small letter o with diaeresis |
U+00D8 | Ø | Ø | latin capital letter o with stroke |
U+00F8 | ø | ø | latin small letter o with stroke |
U+00D5 | Õ | Õ | latin capital letter o with tilde |
U+00F5 | õ | õ | latin small letter o with tilde |
U+0160 | Š | Š | latin capital letter s with caron |
U+0161 | š | š | latin small letter s with caron |
U+00DF | ß | ß | latin small letter sharp s |
U+00DC | Ü | Ü | latin capital letter u with diaeresis |
U+00FC | ü | ü | latin small letter u with diaeresis |
U+017D | Ž | Ž | latin capital letter z with caron |
U+017E | ž | ž | latin small letter z with caron |
Punctuation
Unicode blocks:
- C0 Controls and Basic Latin (
U+0000
…U+007F
) - C1 Controls and Latin-1 Supplement (
U+0080
…U+00FF
) - General Punctuation (
U+2000
…U+206F
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+0026 | & | & | ampersand |
U+00B7 | · | · | middle dot |
U+2022 | • | • | bullet |
U+2013 | – | – | en dash |
U+2014 | — | — | em dash |
U+2026 | … | … | horizontal ellipsis |
U+0027 | ' | ' | apostrophe |
U+2018 | ‘ | ‘ | left single quotation mark |
U+2019 | ’ | ’ | right single quotation mark |
U+0022 | " | " | quotation mark |
U+201C | “ | “ | left double quotation mark |
U+201D | ” | ” | right double quotation mark |
U+00A0 | | no-break space | |
U+00AD | | ­ | soft hyphen |
Numbers
Unicode blocks:
- C1 Controls and Latin-1 Supplement (
U+0080
…U+00FF
) - Superscripts and Subscripts (
U+2070
…209F
) - Number Forms (
U+2150
…U+218F
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+2070 | ⁰ | ⁰ | superscript zero |
U+00B9 | ¹ | ¹ | superscript one |
U+00B2 | ² | ² | superscript two |
U+00B3 | ³ | ³ | superscript three |
U+2074 | ⁴ | ⁴ | superscript four |
U+2075 | ⁵ | ⁵ | superscript five |
U+2076 | ⁶ | ⁶ | superscript six |
U+2077 | ⁷ | ⁷ | superscript seven |
U+2078 | ⁸ | ⁸ | superscript eight |
U+2079 | ⁹ | ⁹ | superscript nine |
U+207A | ⁺ | ⁺ | superscript plus sign |
U+207B | ⁻ | ⁻ | superscript minus |
U+207F | ⁿ | ⁿ | superscript latin small letter n |
U+2080 | ₀ | ₀ | subscript zero |
U+2081 | ₁ | ₁ | subscript one |
U+2082 | ₂ | ₂ | subscript two |
U+2083 | ₃ | ₃ | subscript three |
U+2084 | ₄ | ₄ | subscript four |
U+2085 | ₅ | ₅ | subscript five |
U+2086 | ₆ | ₆ | subscript six |
U+2087 | ₇ | ₇ | subscript seven |
U+2088 | ₈ | ₈ | subscript eight |
U+2089 | ₉ | ₉ | subscript nine |
U+208A | ₊ | ₊ | subscript plus sign |
U+208B | ₋ | ₋ | subscript minus |
U+2099 | ₙ | ₙ | latin subscript small letter n |
U+215B | ⅛ | ⅛ | vulgar fraction one eighth |
U+00BC | ¼ | ¼ | vulgar fraction one quarter |
U+215C | ⅜ | ⅜ | vulgar fraction three eighths |
U+00BD | ½ | ½ | vulgar fraction one half |
U+215D | ⅝ | ⅝ | vulgar fraction five eighths |
U+00BE | ¾ | ¾ | vulgar fraction three quarters |
U+215E | ⅞ | ⅞ | vulgar fraction seven eighths |
Math
Unicode blocks:
- C0 Controls and Basic Latin (
U+0000
…U+007F
) - C1 Controls and Latin-1 Supplement (
U+0080
…U+00FF
) - General Punctuation (
U+2000
…U+206F
) - Mathematical Operators (
U+2200
…U+22FF
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+2212 | − | − | minus sign |
U+00D7 | × | × | multiplication sign |
U+00F7 | ÷ | ÷ | division sign |
U+00B0 | ° | ° | degree sign |
U+2032 | ′ | ′ | prime |
U+2033 | ″ | ″ | double prime |
U+00B1 | ± | ± | plus-minus sign |
U+2213 | ∓ | ∓ | minus-or-plus sign |
U+221A | √ | √ | square root |
U+221B | ∛ | ∛ | cube root |
U+2248 | ≈ | ≈ | almost equal to |
U+2260 | ≠ | ≠ | not equal to |
U+003C | < | < | less-than sign |
U+2264 | ≤ | ≤ | less-than or equal to |
U+003E | > | > | greater-than sign |
U+2265 | ≥ | ≥ | greater-than or equal to |
U+221E | ∞ | ∞ | infinity |
Here are some of the characters above encoded as named character references instead (not supported by Lynx as of June 2025): ÷ ± ∓ √
Science
Unicode blocks:
- C1 Controls and Latin-1 Supplement (
U+0080
…U+00FF
) - Greek and Coptic (
U+0370
…U+03FF
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+03B1 | α | α | greek small letter alpha |
U+03B2 | β | β | greek small letter beta |
U+03B3 | γ | γ | greek small letter gamma |
U+0394 | Δ | Δ | greek capital letter delta |
U+03B8 | θ | θ | greek small letter theta |
U+03BB | λ | λ | greek small letter lamda |
U+00B5 | µ | µ | micro sign |
U+03C0 | π | π | greek small letter pi |
U+03C1 | ρ | ρ | greek small letter rho |
U+03C4 | τ | τ | greek small letter tau |
U+03C6 | φ | φ | greek small letter phi |
U+03D5 | ϕ | ϕ | greek phi symbol |
U+03A9 | Ω | Ω | greek capital letter omega |
U+03C9 | ω | ω | greek small letter omega |
Arrows
Unicode blocks:
- Arrows (
U+2190
…U+21FF
) - Supplemental Arrows-B (
U+2900
…U+297F
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+2190 | ← | ← | leftwards arrow |
U+21E4 | ⇤ | ⇤ | leftwards arrow to bar |
U+2192 | → | → | rightwards arrow |
U+21E5 | ⇥ | ⇥ | rightwards arrow to bar |
U+2194 | ↔ | ↔ | left right arrow |
U+2191 | ↑ | ↑ | upwards arrow |
U+2912 | ⤒ | ⤒ | upwards arrow to bar |
U+2193 | ↓ | ↓ | downwards arrow |
U+2913 | ⤓ | ⤓ | downwards arrow to bar |
U+2195 | ↕ | ↔ | up down arrow |
Here are some of the characters above encoded as named character references instead (not supported by Lynx as of June 2025): ⇤ ⇥ ⤒ ⤓
Shapes
Unicode blocks:
- Geometric Shapes (
U+25A0
…U+25FF
) - Miscellaneous Symbols (
U+2600
…U+26FF
) - Miscellaneous Symbols And Arrows (
U+2B00
…U+2BFF
)
Codepoint | Character | HTML | Name |
---|---|---|---|
U+25B2 | ▲ | ▲ | black up-pointing triangle |
U+25B3 | △ | △ | white up-pointing triangle |
U+25BC | ▼ | ▼ | black down-pointing triangle |
U+25BD | ▽ | ▽ | white down-pointing triangle |
U+25C0 | ◀ | ◀ | black left-pointing triangle |
U+25C1 | ◁ | ◁ | white left-pointing triangle |
U+25B6 | ▶ | ▶ | black right-pointing triangle |
U+25B7 | ▷ | ▷ | white right-pointing triangle |
U+25A0 | ■ | ■ | black square |
U+25A1 | □ | □ | white square |
U+25C6 | ◆ | ◆ | black diamond |
U+25C7 | ◇ | ◇ | white diamond |
U+2B1F | ⬟ | ⬟ | black pentagon |
U+2B20 | ⬠ | ⬠ | white pentagon |
U+2B22 | ⬢ | ⬢ | black hexagon |
U+2B21 | ⬡ | ⬡ | white hexagon |
U+25CF | ● | ● | black circle |
U+25CB | ○ | ○ | white circle |
U+2605 | ★ | ★ | black star |
U+2606 | ☆ | ☆ | white star |