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

What is Unicode character 𪖓?

The Unicode character 𪖓 U+2A593 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+2A593.

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!