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

What is Unicode character 𨷵?

The Unicode character 𨷵 U+28DF5 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+28DF5.

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!