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

What is Unicode character 𦁀?

The Unicode character 𦁀 U+26040 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+26040.

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!