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>&#181374;</p>
📋
CSS .selector { content: '\2C47E' };
📋
JS var unicodeA = '\u2C47E ';
📋
CPP char unicodeA = ' \u2C47E ';
📋
Java char unicodeA = '\u2C47E';
📋
Python unicodeA = '\u2C47E'
📋

What is Unicode character 𬑾?

The Unicode character 𬑾 U+2C47E is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C47E.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!