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

What is Unicode character 𰹗?

The Unicode character 𰹗 U+30E57 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+30E57.

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!