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

What is Unicode character 𭟈?

The Unicode character 𭟈 U+2D7C8 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+2D7C8.

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!