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

What is Unicode character 𫌟?

The Unicode character 𫌟 U+2B31F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B31F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!