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

What is Unicode character 𰨍?

The Unicode character 𰨍 U+30A0D 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+30A0D.

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!