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

What is Unicode character 𪖎?

The Unicode character 𪖎 U+2A58E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A58E.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!