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

What is Unicode character 𰐖?

The Unicode character 𰐖 U+30416 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+30416.

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!