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

What is Unicode character 𢘺?

The Unicode character 𢘺 U+2263A 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+2263A.

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!