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

What is Unicode character 𬖻?

The Unicode character 𬖻 U+2C5BB 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+2C5BB.

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!