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

What is Unicode character 𨶣?

The Unicode character 𨶣 U+28DA3 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+28DA3.

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!