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

What is Unicode character 𨻍?

The Unicode character 𨻍 U+28ECD 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+28ECD.

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!