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

What is Unicode character 𨷔?

The Unicode character 𨷔 U+28DD4 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+28DD4.

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!