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

What is Unicode character 𢈯?

The Unicode character 𢈯 U+2222F 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+2222F.

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!