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

What is Unicode character 𪖵?

The Unicode character 𪖵 U+2A5B5 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+2A5B5.

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!