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

What is Unicode character 𪌟?

The Unicode character 𪌟 U+2A31F 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+2A31F.

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!