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

What is Unicode character 𬖎?

The Unicode character 𬖎 U+2C58E 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+2C58E.

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!