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

What is Unicode character 𨢱?

The Unicode character 𨢱 U+288B1 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+288B1.

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!