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

What is Unicode character 𪖹?

The Unicode character 𪖹 U+2A5B9 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+2A5B9.

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!