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

What is Unicode character 𬊹?

The Unicode character 𬊹 U+2C2B9 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+2C2B9.

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!