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

What is Unicode character 𧑢?

The Unicode character 𧑢 U+27462 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+27462.

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!