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

What is Unicode character 𰲬?

The Unicode character 𰲬 U+30CAC 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+30CAC.

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!