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

What is Unicode character 𦦁?

The Unicode character 𦦁 U+26981 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+26981.

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!