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>&#156447;</p>
📋
CSS .selector { content: '\2631F' };
📋
JS var unicodeA = '\u2631F ';
📋
CPP char unicodeA = ' \u2631F ';
📋
Java char unicodeA = '\u2631F';
📋
Python unicodeA = '\u2631F'
📋

What is Unicode character 𦌟?

The Unicode character 𦌟 U+2631F 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+2631F.

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!