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

What is Unicode character 𣑢?

The Unicode character 𣑢 U+23462 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+23462.

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!