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

What is Unicode character 𬒬?

The Unicode character 𬒬 U+2C4AC 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+2C4AC.

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!