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

What is Unicode character 𦭢?

The Unicode character 𦭢 U+26B62 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+26B62.

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!