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

What is Unicode character 𨮦?

The Unicode character 𨮦 U+28BA6 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+28BA6.

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!