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

What is Unicode character 𰰡?

The Unicode character 𰰡 U+30C21 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+30C21.

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!