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

What is Unicode character 𰑢?

The Unicode character 𰑢 U+30462 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+30462.

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!