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

What is Unicode character 𬲛?

The Unicode character 𬲛 U+2CC9B 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+2CC9B.

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!