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