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