| Symbol Name | Modifier Letter Short Equals Sign |
| Unicode Version | 5.1 |
| Unicode | U+A78A |
| Unicode block | |
| General category | Modifier Symbol (Sk) |
| CSS Code |
| UTF-8 | EA 9E 8A |
| UTF-16 | A78A |
| UTF-32 | 0000A78A |
1\documentclass{article}2\usepackage{pifont}3\text{MODIFIERLETTERSHORTEQUALSSIGN}4\end{document}You can type the modifier letter short equals sign symbol on most modern devices with the help of following methods:
Alt + 42890 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "modifier letter short equals sign", or use Unicode Hex Input with A78A.
Ctrl + Shift + U, type a78a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.modifier-letter-short-equals-sign::before { content: "\A78A"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>꞊</span>Modifier Letter Short Equals Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uA78A' or String.fromCodePoint(42890) |
| Python | '\N{MODIFIER LETTER SHORT EQUALS SIGN}' or chr(42890) |
| Rust | '\u{A78A}' |
| C / C++ | UTF-8 source or wchar_t with U+A78A |
| Go | string(rune(0xA78A)) |
| Ruby | "\u{A78A}" |
\A78A |
| Hex Code | 0xA78A |
| HTML Code | ꞊ |
| LaTeX | \text{MODIFIERLETTERSHORTEQUALSSIGN} |
| Symbol | ꞊ |
| URL encode (UTF-8 percent) | %EA%9E%8A |
| Spoken / screen reader name | Modifier Letter Short Equals Sign |