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

What is Unicode character 𧢁?

The Unicode character 𧢁 U+27881 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+27881.

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!