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