| Symboolnaam | Hangul Syllable Gyeog |
| Unicode-versie | 2.0 |
| Unicode | U+ACA9 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \ACA9 |
| Hexadecimale code | 0xACA9 |
| HTML-code | 격 |
| LaTeX | \hangul{ACA9} |
| Symbool | 격 |
| URL-codering (UTF-8 procent) | %EA%B2%A9 |
| Uitgesproken naam / schermlezer | Hangul Syllable Gyeog |
| UTF-8 | EA B2 A9 |
| UTF-16 | ACA9 |
| UTF-32 | 0000ACA9 |
1\documentclass{article}2\usepackage{pifont}3\hangul{ACA9}4\end{document}Je kunt het hangul syllable gyeog-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 44201 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable gyeog", or use Unicode Hex Input with ACA9.
Ctrl + Shift + U, type aca9, 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-gyeog::before { content: "\ACA9"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>격</span>De weergave van het Hangul Syllable Gyeog-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uACA9' or String.fromCodePoint(44201) |
| Python | '\N{HANGUL SYLLABLE GYEOG}' or chr(44201) |
| Rust | '\u{ACA9}' |
| C / C++ | UTF-8 source or wchar_t with U+ACA9 |
| Go | string(rune(0xACA9)) |
| Ruby | "\u{ACA9}" |