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

What is Unicode character 𨍒?

The Unicode character 𨍒 U+28352 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+28352.

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!