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

What is Unicode character 𬖌?

The Unicode character 𬖌 U+2C58C 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+2C58C.

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!