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

What is Unicode character 𰲑?

The Unicode character 𰲑 U+30C91 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+30C91.

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!