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>&#198508;</p>
📋
CSS .selector { content: '\3076C' };
📋
JS var unicodeA = '\u3076C ';
📋
CPP char unicodeA = ' \u3076C ';
📋
Java char unicodeA = '\u3076C';
📋
Python unicodeA = '\u3076C'
📋

What is Unicode character 𰝬?

The Unicode character 𰝬 U+3076C 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+3076C.

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!