Cyrillic Small Letter Ghe With Stroke

ғ

Shortcodes

Copy and paste codes for Cyrillic Small Letter Ghe With Stroke symbol ғ to use in your websites, apps, blogs, and more.

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

Customize Cyrillic Small Letter Ghe With Stroke Symbol

Customize ғ symbol as you like and download Cyrillic Small Letter Ghe With Stroke 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 Cyrillic Small Letter Ghe With Stroke symbol in HTML, CSS, and JS?

Insert ғ Cyrillic Small Letter Ghe With Stroke using HTML

1. Copy-paste Cyrillic Small Letter Ghe With Stroke directly:
<span>ғ</span>
2. HTML Decimal Code:
<span>&#1171;</span>
3. Hexadecimal Code:
<span>&#x0493;</span>
Preview: ғ

Add Cyrillic Small Letter Ghe With Stroke symbol with CSS

.cyrillic-small-letter-ghe-with-stroke::before {
    content: '\\493';
}
Preview: Cyrillic Small Letter Ghe With Stroke

Cyrillic Small Letter Ghe With Stroke JavaScript Code

1. Direct Symbol:
document.querySelector('.cyrillic-small-letter-ghe-with-stroke').textContent = 'ғ';
2. Unicode Escape for ғ:
document.querySelector('.cyrillic-small-letter-ghe-with-stroke').textContent = '\u0493';
Preview: ғ