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

What is Unicode character 𢈨?

The Unicode character 𢈨 U+22228 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+22228.

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!