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

What is Unicode character 𨮲?

The Unicode character 𨮲 U+28BB2 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+28BB2.

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!