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

What is Unicode character 𬊵?

The Unicode character 𬊵 U+2C2B5 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+2C2B5.

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!