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

What is Unicode character 𨻝?

The Unicode character 𨻝 U+28EDD 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+28EDD.

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!