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

What is Unicode character 𢈏?

The Unicode character 𢈏 U+2220F 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+2220F.

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!