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

What is Unicode character 𢑺?

The Unicode character 𢑺 U+2247A 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+2247A.

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!