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

What is Unicode character 𦨂?

The Unicode character 𦨂 U+26A02 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+26A02.

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!