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

What is Unicode character 𨑾?

The Unicode character 𨑾 U+2847E 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+2847E.

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!