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

What is Unicode character 𨑼?

The Unicode character 𨑼 U+2847C 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+2847C.

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!