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

What is Unicode character 𢕺?

The Unicode character 𢕺 U+2257A 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+2257A.

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!