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

What is Unicode character 𦐀?

The Unicode character 𦐀 U+26400 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+26400.

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!