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

What is Unicode character 𨍢?

The Unicode character 𨍢 U+28362 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+28362.

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!