Homothetic

Shortcodes

Copy and paste codes for Homothetic symbol ∻ to use in your websites, apps, blogs, and more.

Unicode
U+223B
HTML Code
∻
HEX Code
∻
CSS Code
\223B
JS/JSON
\u223B
Unix/C/PHP/JAVA
0x223B
URL-encode
%E2%88%BB
copied

Customize Homothetic Symbol

Customize ∻ symbol as you like and download Homothetic 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 Homothetic symbol in HTML, CSS, and JS?

Insert ∻ Homothetic using HTML

1. Copy-paste Homothetic directly:
<span>∻</span>
2. HTML Decimal Code:
<span>&#8763;</span>
3. Hexadecimal Code:
<span>&#x223B;</span>
Preview:

Add Homothetic symbol with CSS

.homothetic::before {
    content: '\\223B';
}
Preview: Homothetic

Homothetic JavaScript Code

1. Direct Symbol:
document.querySelector('.homothetic').textContent = '∻';
2. Unicode Escape for ∻:
document.querySelector('.homothetic').textContent = '\u223B';
Preview: