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

What is Unicode character 𨷬?

The Unicode character 𨷬 U+28DEC 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+28DEC.

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!