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

What is Unicode character 𨳲?

The Unicode character 𨳲 U+28CF2 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+28CF2.

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!