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

What is Unicode character 𢈖?

The Unicode character 𢈖 U+22216 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+22216.

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!