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

What is Unicode character 𦶁?

The Unicode character 𦶁 U+26D81 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+26D81.

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!