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

What is Unicode character 𧈟?

The Unicode character 𧈟 U+2721F 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+2721F.

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!