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

What is Unicode character 𢀺?

The Unicode character 𢀺 U+2203A 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+2203A.

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!