Buginese End Of Section

Shortcodes

Copy and paste codes for Buginese End Of Section symbol ᨟ to use in your websites, apps, blogs, and more.

Unicode
U+1A1F
HTML Code
᨟
HEX Code
᨟
CSS Code
\1A1F
JS/JSON
\u1A1F
Unix/C/PHP/JAVA
0x1A1F
URL-encode
%E1%A8%9F
copied

Customize Buginese End Of Section Symbol

Customize ᨟ symbol as you like and download Buginese End Of Section 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 Buginese End Of Section symbol in HTML, CSS, and JS?

Insert ᨟ Buginese End Of Section using HTML

1. Copy-paste Buginese End Of Section directly:
<span>᨟</span>
2. HTML Decimal Code:
<span>&#6687;</span>
3. Hexadecimal Code:
<span>&#x1A1F;</span>
Preview:

Add Buginese End Of Section symbol with CSS

.buginese-end-of-section::before {
    content: '\\1A1F';
}
Preview: Buginese End Of Section

Buginese End Of Section JavaScript Code

1. Direct Symbol:
document.querySelector('.buginese-end-of-section').textContent = '᨟';
2. Unicode Escape for ᨟:
document.querySelector('.buginese-end-of-section').textContent = '\u1A1F';
Preview: