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

What is Unicode character 𬑢?

The Unicode character 𬑢 U+2C462 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C462.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!