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

What is Unicode character 𨑢?

The Unicode character 𨑢 U+28462 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+28462.

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!