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

What is Unicode character 𦺁?

The Unicode character 𦺁 U+26E81 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+26E81.

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!