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

What is Unicode character 𨁣?

The Unicode character 𨁣 U+28063 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+28063.

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!