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

What is Unicode character 𨷝?

The Unicode character 𨷝 U+28DDD 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+28DDD.

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!