| Symbolname | Hangul Letter Nieun-sios |
| Unicode-Version | 1.1 |
| Unicode | U+3167 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code |
| UTF-8 | E3 85 A7 |
| UTF-16 | 3167 |
| UTF-32 | 00003167 |
1\documentclass{article}2\usepackage{pifont}3\hangul{3167}4\end{document}Sie können das Symbol hangul letter nieun-sios auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 12647 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter nieun-sios", or use Unicode Hex Input with 3167.
Ctrl + Shift + U, type 3167, 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-letter-nieun-sios::before { content: "\3167"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㅧ</span>Die Darstellung des Symbols Hangul Letter Nieun-sios in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u3167' or String.fromCodePoint(12647) |
| Python | '\N{HANGUL LETTER NIEUN-SIOS}' or chr(12647) |
| Rust | '\u{3167}' |
| C / C++ | UTF-8 source or wchar_t with U+3167 |
| Go | string(rune(0x3167)) |
| Ruby | "\u{3167}" |
\3167 |
| Hexadezimalcode | 0x3167 |
| HTML-Code | ㅧ |
| LaTeX | \hangul{3167} |
| Symbol | ㅧ |
| URL-Kodierung (UTF-8-Prozent) | %E3%85%A7 |
| Ansagename (Screenreader) | Hangul Letter Nieun-sios |