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