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

What is Unicode character 𪖍?

The Unicode character 𪖍 U+2A58D 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+2A58D.

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!