Greek Ano Teleia

·

Shortcodes

Copy and paste codes for Greek Ano Teleia symbol · to use in your websites, apps, blogs, and more.

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

Customize Greek Ano Teleia Symbol

Customize · symbol as you like and download Greek Ano Teleia as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
·

                        
                    

How to add Greek Ano Teleia symbol in HTML, CSS, and JS?

Insert · Greek Ano Teleia using HTML

1. Copy-paste Greek Ano Teleia directly:
<span>·</span>
2. HTML Decimal Code:
<span>&#903;</span>
3. Hexadecimal Code:
<span>&#x0387;</span>
Preview: ·

Add Greek Ano Teleia symbol with CSS

.greek-ano-teleia::before {
    content: '\\387';
}
Preview: Greek Ano Teleia

Greek Ano Teleia JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-ano-teleia').textContent = '·';
2. Unicode Escape for ·:
document.querySelector('.greek-ano-teleia').textContent = '\u0387';
Preview: ·