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

What is Unicode character 𨷺?

The Unicode character 𨷺 U+28DFA 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+28DFA.

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!