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

What is Unicode character 𠲦?

The Unicode character 𠲦 U+20CA6 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+20CA6.

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!