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

What is Unicode character 𭑢?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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