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

What is Unicode character 𬬣?

The Unicode character 𬬣 U+2CB23 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+2CB23.

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!