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

What is Unicode character 𬊶?

The Unicode character 𬊶 U+2C2B6 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+2C2B6.

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!