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

What is Unicode character 𢑢?

The Unicode character 𢑢 U+22462 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+22462.

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!