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

What is Unicode character 𰹎?

The Unicode character 𰹎 U+30E4E 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+30E4E.

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!