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

What is Unicode character 𡑢?

The Unicode character 𡑢 U+21462 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+21462.

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!