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

What is Unicode character 𡍲?

The Unicode character 𡍲 U+21372 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+21372.

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!