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

What is Unicode character 𡁢?

The Unicode character 𡁢 U+21062 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+21062.

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!