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

What is Unicode character 𨮬?

The Unicode character 𨮬 U+28BAC 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+28BAC.

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!