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

What is Unicode character 𨎔?

The Unicode character 𨎔 U+28394 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+28394.

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!