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

What is Unicode character 𢈟?

The Unicode character 𢈟 U+2221F 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+2221F.

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!