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

What is Unicode character 𰲌?

The Unicode character 𰲌 U+30C8C 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+30C8C.

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!