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

What is Unicode character 𰝾?

The Unicode character 𰝾 U+3077E 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+3077E.

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!