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

What is Unicode character 𨬪?

The Unicode character 𨬪 U+28B2A 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+28B2A.

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!