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

What is Unicode character 𬊾?

The Unicode character 𬊾 U+2C2BE 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+2C2BE.

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!