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

What is Unicode character 𦹀?

The Unicode character 𦹀 U+26E40 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+26E40.

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!