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