Latin Small Letter R With Fishhook

ɾ

Shortcodes

Copy and paste codes for Latin Small Letter R With Fishhook symbol ɾ to use in your websites, apps, blogs, and more.

Unicode
U+027E
HTML Code
ɾ
HEX Code
ɾ
CSS Code
\27E
JS/JSON
\u027E
Unix/C/PHP/JAVA
0x27E
URL-encode
%C9%BE
copied

Customize Latin Small Letter R With Fishhook Symbol

Customize ɾ symbol as you like and download Latin Small Letter R With Fishhook 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 Latin Small Letter R With Fishhook symbol in HTML, CSS, and JS?

Insert ɾ Latin Small Letter R With Fishhook using HTML

1. Copy-paste Latin Small Letter R With Fishhook directly:
<span>ɾ</span>
2. HTML Decimal Code:
<span>&#638;</span>
3. Hexadecimal Code:
<span>&#x027E;</span>
Preview: ɾ

Add Latin Small Letter R With Fishhook symbol with CSS

.latin-small-letter-r-with-fishhook::before {
    content: '\\27E';
}
Preview: Latin Small Letter R With Fishhook

Latin Small Letter R With Fishhook JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-r-with-fishhook').textContent = 'ɾ';
2. Unicode Escape for ɾ:
document.querySelector('.latin-small-letter-r-with-fishhook').textContent = '\u027E';
Preview: ɾ