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