| Nome del simbolo | Hangul Syllable Geomp |
| Versione Unicode | 2.0 |
| Unicode | U+AC84 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AC84 |
| Codice esadecimale | 0xAC84 |
| Codice HTML | 겄 |
| LaTeX | \hangul{AC84} |
| Simbolo | 겄 |
| Codifica URL (percentuale UTF-8) | %EA%B2%84 |
| Nome parlato / screen reader | Hangul Syllable Geomp |
| UTF-8 | EA B2 84 |
| UTF-16 | AC84 |
| UTF-32 | 0000AC84 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC84}4\end{document}Puoi digitare il simbolo hangul syllable geomp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44164 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable geomp", or use Unicode Hex Input with AC84.
Ctrl + Shift + U, type ac84, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-geomp::before { content: "\AC84"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>겄</span>La rappresentazione del simbolo Hangul Syllable Geomp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAC84' or String.fromCodePoint(44164) |
| Python | '\N{HANGUL SYLLABLE GEOMP}' or chr(44164) |
| Rust | '\u{AC84}' |
| C / C++ | UTF-8 source or wchar_t with U+AC84 |
| Go | string(rune(0xAC84)) |
| Ruby | "\u{AC84}" |