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

What is Unicode character 𨹤?

The Unicode character 𨹤 U+28E64 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+28E64.

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!