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

What is Unicode character 𨍓?

The Unicode character 𨍓 U+28353 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+28353.

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!