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

What is Unicode character 𰨭?

The Unicode character 𰨭 U+30A2D 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+30A2D.

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!