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

What is Unicode character 𪕖?

The Unicode character 𪕖 U+2A556 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+2A556.

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!