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

What is Unicode character 𦑾?

The Unicode character 𦑾 U+2647E 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+2647E.

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!