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

What is Unicode character 𨻕?

The Unicode character 𨻕 U+28ED5 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+28ED5.

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!