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

What is Unicode character 𦆀?

The Unicode character 𦆀 U+26180 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+26180.

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!