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>&#200311;</p>
📋
CSS .selector { content: '\30E77' };
📋
JS var unicodeA = '\u30E77 ';
📋
CPP char unicodeA = ' \u30E77 ';
📋
Java char unicodeA = '\u30E77';
📋
Python unicodeA = '\u30E77'
📋

What is Unicode character 𰹷?

The Unicode character 𰹷 U+30E77 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+30E77.

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!