Latin Small Letter R With Fishhook

ɾ

Shortcodes

Copy useful codes for latin small letter r with fishhook symbol ɾ to use in websites, apps, blogs, and docs.

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

Customize Latin Small Letter R With Fishhook

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

ɾ
  

How to use Latin Small Letter R With Fishhook Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ɾ</span>
HTML Code:
<span>&#638;</span>
HEX Code:
<span>&#x027E;</span>

Add with CSS

.latin-small-letter-r-with-fishhook::before {
  content: '\\027E';
}

Set it in JavaScript

document.querySelector('.latin-small-letter-r-with-fishhook').textContent = 'ɾ';
copied