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

What is Unicode character 𢈓?

The Unicode character 𢈓 U+22213 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+22213.

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!