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

What is Unicode character 𨍕?

The Unicode character 𨍕 U+28355 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+28355.

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!