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

What is Unicode character 𦰀?

The Unicode character 𦰀 U+26C00 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+26C00.

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!