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

What is Unicode character 𰰢?

The Unicode character 𰰢 U+30C22 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+30C22.

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!