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

What is Unicode character 𭟉?

The Unicode character 𭟉 U+2D7C9 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+2D7C9.

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!