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

What is Unicode character 𨍔?

The Unicode character 𨍔 U+28354 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+28354.

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!