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

What is Unicode character 𨮡?

The Unicode character 𨮡 U+28BA1 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+28BA1.

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!