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

What is Unicode character 𰺚?

The Unicode character 𰺚 U+30E9A 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+30E9A.

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!