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

What is Unicode character 𨐰?

The Unicode character 𨐰 U+28430 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+28430.

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!