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

What is Unicode character 𰹊?

The Unicode character 𰹊 U+30E4A 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+30E4A.

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!