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

What is Unicode character 𨮾?

The Unicode character 𨮾 U+28BBE 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+28BBE.

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!