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

What is Unicode character 𨷟?

The Unicode character 𨷟 U+28DDF 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+28DDF.

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!