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

What is Unicode character 𦑺?

The Unicode character 𦑺 U+2647A 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+2647A.

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!