| Nome del simbolo | Hot Springs |
| Versione Unicode | 1.1 |
| Unicode | U+2668 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2668 |
| Codice esadecimale | 0x2668 |
| Codice HTML | ♨ |
| LaTeX | \text{HOTSPRINGS} |
| Simbolo | ♨ |
| Codifica URL (percentuale UTF-8) | %E2%99%A8 |
| Nome parlato / screen reader | Hot Springs |
| UTF-8 | E2 99 A8 |
| UTF-16 | 2668 |
| UTF-32 | 00002668 |
1\documentclass{article}2\usepackage{pifont}3\text{HOTSPRINGS}4\end{document}Puoi digitare il simbolo hot springs sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9832 on Windows (numeric keypad with Num Lock), or insert via Character Map / emoji panel.
Edit → Emoji & Symbols, search "hot springs", or paste from this page.
Ctrl + Shift + U, type 2668, then Enter (layout-dependent), or paste.
Paste from this page, use the emoji keyboard, or pick from weather symbol suggestions.
Paste from this page or use keyboard weather/emoji suggestions.
1span.hot-springs::before { content: "\2668"; }1<span>♨</span>La rappresentazione del simbolo Hot Springs nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2668' or String.fromCodePoint(9832) |
| Python | '\N{HOT SPRINGS}' or chr(9832) |
| Rust | '\u{2668}' |
| C / C++ | UTF-8 source or wchar_t with U+2668 |
| Go | string(rune(0x2668)) |
| Ruby | "\u{2668}" |