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

What is Unicode character 𦎀?

The Unicode character 𦎀 U+26380 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+26380.

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!