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