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

What is Unicode character 𨶢?

The Unicode character 𨶢 U+28DA2 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+28DA2.

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!