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

What is Unicode character 𦔂?

The Unicode character 𦔂 U+26502 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+26502.

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!