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

What is Unicode character 𰹘?

The Unicode character 𰹘 U+30E58 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+30E58.

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!