| Symbolname | Tilde With Dot Above |
| Unicode-Version | 5.1 |
| Unicode | U+2E1E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Punctuation (Po) |
| CSS-Code |
| UTF-8 | E2 B8 9E |
| UTF-16 | 2E1E |
| UTF-32 | 00002E1E |
1\documentclass{article}2\usepackage{pifont}3\text{TILDEWITHDOTABOVE}4\end{document}Sie können das Symbol tilde with dot above auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 11806 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "tilde with dot above", or use Unicode Hex Input with 2E1E.
Ctrl + Shift + U, type 2e1e, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with punctuation support.
1span.tilde-with-dot-above::before { content: "\2E1E"; }1<span>⸞</span>Die Darstellung des Symbols Tilde With Dot Above in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u2E1E' or String.fromCodePoint(11806) |
| Python | '\N{TILDE WITH DOT ABOVE}' or chr(11806) |
| Rust | '\u{2E1E}' |
| C / C++ | UTF-8 source or wchar_t with U+2E1E |
| Go | string(rune(0x2E1E)) |
| Ruby | "\u{2E1E}" |
\2E1E |
| Hexadezimalcode | 0x2E1E |
| HTML-Code | ⸞ |
| LaTeX | \text{TILDEWITHDOTABOVE} |
| Symbol | ⸞ |
| URL-Kodierung (UTF-8-Prozent) | %E2%B8%9E |
| Ansagename (Screenreader) | Tilde With Dot Above |