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