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

What is Unicode character 𢈧?

The Unicode character 𢈧 U+22227 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+22227.

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!