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

What is Unicode character 𨯲?

The Unicode character 𨯲 U+28BF2 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+28BF2.

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!