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

What is Unicode character 𰹕?

The Unicode character 𰹕 U+30E55 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+30E55.

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!