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>&#166844;</p>
📋
CSS .selector { content: '\28BBC' };
📋
JS var unicodeA = '\u28BBC ';
📋
CPP char unicodeA = ' \u28BBC ';
📋
Java char unicodeA = '\u28BBC';
📋
Python unicodeA = '\u28BBC'
📋

What is Unicode character 𨮼?

The Unicode character 𨮼 U+28BBC 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+28BBC.

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!