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