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

What is Unicode character 𬖈?

The Unicode character 𬖈 U+2C588 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+2C588.

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!