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

What is Unicode character 𡍢?

The Unicode character 𡍢 U+21362 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+21362.

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!