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

What is Unicode character 𨶲?

The Unicode character 𨶲 U+28DB2 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+28DB2.

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!