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

What is Unicode character 𭃲?

The Unicode character 𭃲 U+2D0F2 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+2D0F2.

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!