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