| Symboolnaam | Greek Dasia |
| Unicode-versie | 1.1 |
| Unicode | U+1FFE |
| Unicode-blok | |
| Algemene categorie | Modifier Symbol (Sk) |
| CSS-code | \1FFE |
| Hexadecimale code | 0x1FFE |
| HTML-code | ῾ |
| LaTeX | \text{GREEKDASIA} |
| Symbool | ῾ |
| URL-codering (UTF-8 procent) | %E1%BF%BE |
| Uitgesproken naam / schermlezer | Greek Dasia |
| UTF-8 | E1 BF BE |
| UTF-16 | 1FFE |
| UTF-32 | 00001FFE |
1\documentclass{article}2\usepackage{pifont}3\text{GREEKDASIA}4\end{document}Je kunt het greek dasia-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8190 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "greek dasia", or use Unicode Hex Input with 1FFE.
Ctrl + Shift + U, type 1ffe, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Greek keyboard.
Paste from this page or use a keyboard with Greek letter support.
1span.greek-dasia::before { content: "\1FFE"; font-family: "Times New Roman", "Palatino Linotype", "DejaVu Serif", serif; }1<span>῾</span>De weergave van het Greek Dasia-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1FFE' or String.fromCodePoint(8190) |
| Python | '\N{GREEK DASIA}' or chr(8190) |
| Rust | '\u{1FFE}' |
| C / C++ | UTF-8 source or wchar_t with U+1FFE |
| Go | string(rune(0x1FFE)) |
| Ruby | "\u{1FFE}" |