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

What is Unicode character 𧕢?

The Unicode character 𧕢 U+27562 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+27562.

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!