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

What is Unicode character 𭟲?

The Unicode character 𭟲 U+2D7F2 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+2D7F2.

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!