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

What is Unicode character 𢔚?

The Unicode character 𢔚 U+2251A 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+2251A.

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!