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

What is Unicode character 𨶡?

The Unicode character 𨶡 U+28DA1 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+28DA1.

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!