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

What is Unicode character 𢔺?

The Unicode character 𢔺 U+2253A 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+2253A.

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!