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>&#182979;</p>
📋
CSS .selector { content: '\2CAC3' };
📋
JS var unicodeA = '\u2CAC3 ';
📋
CPP char unicodeA = ' \u2CAC3 ';
📋
Java char unicodeA = '\u2CAC3';
📋
Python unicodeA = '\u2CAC3'
📋

What is Unicode character 𬫃?

The Unicode character 𬫃 U+2CAC3 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CAC3.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!