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

What is Unicode character 𰹚?

The Unicode character 𰹚 U+30E5A 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+30E5A.

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!