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

What is Unicode character 𨷹?

The Unicode character 𨷹 U+28DF9 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+28DF9.

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!