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

What is Unicode character 𨷑?

The Unicode character 𨷑 U+28DD1 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+28DD1.

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!