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

What is Unicode character 𮑢?

The Unicode character 𮑢 U+2E462 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+2E462.

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!