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

What is Unicode character 𪕯?

The Unicode character 𪕯 U+2A56F 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+2A56F.

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!