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

What is Unicode character 𧌟?

The Unicode character 𧌟 U+2731F 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+2731F.

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!