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

What is Unicode character 𪖝?

The Unicode character 𪖝 U+2A59D 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+2A59D.

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!