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

What is Unicode character 𨁡?

The Unicode character 𨁡 U+28061 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+28061.

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!