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