Buginese End Of Section

Shortcodes

Copy useful codes for buginese end of section symbol ᨟ to use in websites, apps, blogs, and docs.

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

Customize Buginese End Of Section

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

  

How to use Buginese End Of Section Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᨟</span>
HTML Code:
<span>&#6687;</span>
HEX Code:
<span>&#x1A1F;</span>

Add with CSS

.buginese-end-of-section::before {
  content: '\\1A1F';
}

Set it in JavaScript

document.querySelector('.buginese-end-of-section').textContent = '᨟';
copied