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

What is Unicode character 𨣣?

The Unicode character 𨣣 U+288E3 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+288E3.

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!