Ethiopic Wordspace

Shortcodes

Copy useful codes for ethiopic wordspace symbol ፡ to use in websites, apps, blogs, and docs.

Unicode
U+1361
HTML Code
፡
HEX Code
፡
CSS Code
\1361
JS/JSON
\u1361
Unix/C/PHP/JAVA
0x1361
URL-encode
%E1%8D%A1

Customize Ethiopic Wordspace

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

  

How to use Ethiopic Wordspace Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>፡</span>
HTML Code:
<span>&#4961;</span>
HEX Code:
<span>&#x1361;</span>

Add with CSS

.ethiopic-wordspace::before {
  content: '\\1361';
}

Set it in JavaScript

document.querySelector('.ethiopic-wordspace').textContent = '፡';
copied