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

What is Unicode character 𰰪?

The Unicode character 𰰪 U+30C2A 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+30C2A.

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!