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

What is Unicode character 𬢑?

The Unicode character 𬢑 U+2C891 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+2C891.

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!