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

What is Unicode character 𨣁?

The Unicode character 𨣁 U+288C1 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+288C1.

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!