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

What is Unicode character 𨣾?

The Unicode character 𨣾 U+288FE 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+288FE.

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!