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

What is Unicode character 𰨎?

The Unicode character 𰨎 U+30A0E 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+30A0E.

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!