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