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

What is Unicode character 𨢾?

The Unicode character 𨢾 U+288BE 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+288BE.

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!