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

What is Unicode character 𦹢?

The Unicode character 𦹢 U+26E62 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+26E62.

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!