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

What is Unicode character 𧑺?

The Unicode character 𧑺 U+2747A 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+2747A.

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!