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

What is Unicode character 𰪎?

The Unicode character 𰪎 U+30A8E 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+30A8E.

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!