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

What is Unicode character 𨾲?

The Unicode character 𨾲 U+28FB2 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+28FB2.

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!