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

What is Unicode character 𰐨?

The Unicode character 𰐨 U+30428 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+30428.

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!