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

What is Unicode character 𨮨?

The Unicode character 𨮨 U+28BA8 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+28BA8.

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!