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

What is Unicode character 𢈺?

The Unicode character 𢈺 U+2223A 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+2223A.

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!