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

What is Unicode character 𨢼?

The Unicode character 𨢼 U+288BC 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+288BC.

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!