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

What is Unicode character 𰑾?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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