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

What is Unicode character 𦢁?

The Unicode character 𦢁 U+26881 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+26881.

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!