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

What is Unicode character 𦔀?

The Unicode character 𦔀 U+26500 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+26500.

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!