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

What is Unicode character 𦑢?

The Unicode character 𦑢 U+26462 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+26462.

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!