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

What is Unicode character 𬊑?

The Unicode character 𬊑 U+2C291 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+2C291.

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!