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

What is Unicode character 𬲹?

The Unicode character 𬲹 U+2CCB9 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+2CCB9.

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!