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

What is Unicode character 𨢿?

The Unicode character 𨢿 U+288BF 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+288BF.

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!