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