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

What is Unicode character 𢁡?

The Unicode character 𢁡 U+22061 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+22061.

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!