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