| Symbol Name | Hangul Letter Yeorinhieuh |
| Unicode Version | 1.1 |
| Unicode | U+3186 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \3186 |
| Hex Code | 0x3186 |
| HTML Code | ㆆ |
| LaTeX | \hangul{3186} |
| Symbol | ㆆ |
| URL encode (UTF-8 percent) | %E3%86%86 |
| Spoken / screen reader name | Hangul Letter Yeorinhieuh |
| UTF-8 | E3 86 86 |
| UTF-16 | 3186 |
| UTF-32 | 00003186 |
1\documentclass{article}2\usepackage{pifont}3\hangul{3186}4\end{document}You can type the hangul letter yeorinhieuh symbol on most modern devices with the help of following methods:
Alt + 12678 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter yeorinhieuh", or use Unicode Hex Input with 3186.
Ctrl + Shift + U, type 3186, 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-yeorinhieuh::before { content: "\3186"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㆆ</span>Hangul Letter Yeorinhieuh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u3186' or String.fromCodePoint(12678) |
| Python | '\N{HANGUL LETTER YEORINHIEUH}' or chr(12678) |
| Rust | '\u{3186}' |
| C / C++ | UTF-8 source or wchar_t with U+3186 |
| Go | string(rune(0x3186)) |
| Ruby | "\u{3186}" |