| Nome del simbolo | Hangul Letter Araeae |
| Versione Unicode | 1.1 |
| Unicode | U+318E |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \318E |
| Codice esadecimale | 0x318E |
| Codice HTML | ㆎ |
| LaTeX | \hangul{318E} |
| Simbolo | ㆎ |
| Codifica URL (percentuale UTF-8) | %E3%86%8E |
| Nome parlato / screen reader | Hangul Letter Araeae |
| UTF-8 | E3 86 8E |
| UTF-16 | 318E |
| UTF-32 | 0000318E |
1\documentclass{article}2\usepackage{pifont}3\hangul{318E}4\end{document}Puoi digitare il simbolo hangul letter araeae sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 12686 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul letter araeae", or use Unicode Hex Input with 318E.
Ctrl + Shift + U, type 318e, 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-araeae::before { content: "\318E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>ㆎ</span>La rappresentazione del simbolo Hangul Letter Araeae nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u318E' or String.fromCodePoint(12686) |
| Python | '\N{HANGUL LETTER ARAEAE}' or chr(12686) |
| Rust | '\u{318E}' |
| C / C++ | UTF-8 source or wchar_t with U+318E |
| Go | string(rune(0x318E)) |
| Ruby | "\u{318E}" |