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

What is Unicode character 𧀟?

The Unicode character 𧀟 U+2701F 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+2701F.

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!