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

What is Unicode character 𰝼?

The Unicode character 𰝼 U+3077C 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+3077C.

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!