Css Styling

Size
𰝭
15px
𰝭
18px
𰝭
21px
𰝭
24px
𰝭
27px
𰝭
30px
𰝭
33px
𰝭
36px
𰝭
42px
𰝭
48px
𰝭
54px
𰝭
60px
𰝭
66px
𰝭
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𰝭
Bold
𰝭
Italic
𰝭
Underline
𰝭
Strikethrough
𰝭
UpperCase
𰝭
LowerCase
𰝭
Oblique
A 𰝭
Subscript
A 𰝭
Superscript
𰝭
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𰝭
Arial
𰝭
Times New Roman
𰝭
Verdana
𰝭
Courier New
𰝭
Garamond
𰝭
Georgia
𰝭
Trebuchet MS
𰝭
Tahoma
𰝭
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𰝭
White
𰝭
Brown
𰝭
Maroon
𰝭
Magenta
𰝭
Red
𰝭
Orange
𰝭
Yellow
𰝭
Green
𰝭
Teal
𰝭
Cyan
𰝭
Blue
𰝭
Violet
𰝭
Purple
𰝭
Indigo
𰝭
Gray
𰝭
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𰝭
White
𰝭
Brown
𰝭
Maroon
𰝭
Magenta
𰝭
Red
𰝭
Orange
𰝭
Yellow
𰝭
Green
𰝭
Teal
𰝭
Cyan
𰝭
Blue
𰝭
Violet
𰝭
Purple
𰝭
Indigo
𰝭
Gray
𰝭
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#198509;</p>
📋
CSS .selector { content: '\3076D' };
📋
JS var unicodeA = '\u3076D ';
📋
CPP char unicodeA = ' \u3076D ';
📋
Java char unicodeA = '\u3076D';
📋
Python unicodeA = '\u3076D'
📋

What is Unicode character 𰝭?

The Unicode character 𰝭 U+3076D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰝭 represent?

The Unicode character 𰝭 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰝭?

The Unicode code point for 𰝭 is U+3076D.

Is the appearance of the 𰝭 character consistent across all platforms?

The appearance of the 𰝭 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𰝭 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𰝭 character.

In which version was Unicode character 𰝭 released, and to which block of characters does it belong?

Unicode character 𰝭 was first introduced in Unicode Version 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!