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

What is Unicode character 𨷍?

The Unicode character 𨷍 U+28DCD 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+28DCD.

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!