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

What is Unicode character 𢈑?

The Unicode character 𢈑 U+22211 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+22211.

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!