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

What is Unicode character 𧄟?

The Unicode character 𧄟 U+2711F 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+2711F.

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!