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

What is Unicode character 𧌝?

The Unicode character 𧌝 U+2731D 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+2731D.

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!