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

What is Unicode character 𬖑?

The Unicode character 𬖑 U+2C591 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+2C591.

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!