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

What is Unicode character 𭍲?

The Unicode character 𭍲 U+2D372 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D372.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!