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

What is Unicode character 𢈡?

The Unicode character 𢈡 U+22221 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+22221.

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!