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

What is Unicode character 𦵁?

The Unicode character 𦵁 U+26D41 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+26D41.

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!