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

What is Unicode character 𨬬?

The Unicode character 𨬬 U+28B2C 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+28B2C.

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!