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

What is Unicode character 𨑺?

The Unicode character 𨑺 U+2847A 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+2847A.

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!