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

What is Unicode character 𦀀?

The Unicode character 𦀀 U+26000 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+26000.

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!