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

What is Unicode character 𢄺?

The Unicode character 𢄺 U+2213A 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+2213A.

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!