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

What is Unicode character 𢈘?

The Unicode character 𢈘 U+22218 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+22218.

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!