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

What is Unicode character 𪁟?

The Unicode character 𪁟 U+2A05F 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+2A05F.

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!