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

What is Unicode character 𦹁?

The Unicode character 𦹁 U+26E41 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+26E41.

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!