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

What is Unicode character 𬮬?

The Unicode character 𬮬 U+2CBAC 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+2CBAC.

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!