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

What is Unicode character 𢁣?

The Unicode character 𢁣 U+22063 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+22063.

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!