Greek Ano Teleia

·

Shortcodes

Copy useful codes for greek ano teleia symbol · to use in websites, apps, blogs, and docs.

Unicode
U+0387
HTML Code
·
HEX Code
·
CSS Code
\0387
JS/JSON
\u0387
Unix/C/PHP/JAVA
0x387
URL-encode
%CE%87

Customize Greek Ano Teleia

Customize ·, download it as SVG or PNG, or copy the generated HTML snippet.

·
  

How to use Greek Ano Teleia Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>·</span>
HTML Code:
<span>&#903;</span>
HEX Code:
<span>&#x0387;</span>

Add with CSS

.greek-ano-teleia::before {
  content: '\\0387';
}

Set it in JavaScript

document.querySelector('.greek-ano-teleia').textContent = '·';
copied