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

What is Unicode character 𨹣?

The Unicode character 𨹣 U+28E63 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+28E63.

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!