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

What is Unicode character 𦌝?

The Unicode character 𦌝 U+2631D 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+2631D.

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!