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