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

What is Unicode character 𨎈?

The Unicode character 𨎈 U+28388 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+28388.

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!