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

What is Unicode character 𰐰?

The Unicode character 𰐰 U+30430 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+30430.

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!