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

What is Unicode character 𰲯?

The Unicode character 𰲯 U+30CAF 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+30CAF.

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!