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

What is Unicode character 𰴬?

The Unicode character 𰴬 U+30D2C 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+30D2C.

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!