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

What is Unicode character 𭟂?

The Unicode character 𭟂 U+2D7C2 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+2D7C2.

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!