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

What is Unicode character 𨁢?

The Unicode character 𨁢 U+28062 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+28062.

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!