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

What is Unicode character 𨍤?

The Unicode character 𨍤 U+28364 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+28364.

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!