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

What is Unicode character 𢈣?

The Unicode character 𢈣 U+22223 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+22223.

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!