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

What is Unicode character 𦵀?

The Unicode character 𦵀 U+26D40 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+26D40.

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!