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

What is Unicode character 𦕢?

The Unicode character 𦕢 U+26562 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+26562.

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!