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

What is Unicode character 𪕡?

The Unicode character 𪕡 U+2A561 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+2A561.

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!