Cyrillic Small Letter Ghe With Stroke

ғ

Shortcodes

Copy useful codes for cyrillic small letter ghe with stroke symbol ғ to use in websites, apps, blogs, and docs.

Unicode
U+0493
HTML Code
ғ
HEX Code
ғ
CSS Code
\0493
JS/JSON
\u0493
Unix/C/PHP/JAVA
0x493
URL-encode
%D2%93

Customize Cyrillic Small Letter Ghe With Stroke

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

ғ
  

How to use Cyrillic Small Letter Ghe With Stroke Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ғ</span>
HTML Code:
<span>&#1171;</span>
HEX Code:
<span>&#x0493;</span>

Add with CSS

.cyrillic-small-letter-ghe-with-stroke::before {
  content: '\\0493';
}

Set it in JavaScript

document.querySelector('.cyrillic-small-letter-ghe-with-stroke').textContent = 'ғ';
copied