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

What is Unicode character 𨷼?

The Unicode character 𨷼 U+28DFC 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+28DFC.

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!