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