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

What is Unicode character 𭟧?

The Unicode character 𭟧 U+2D7E7 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+2D7E7.

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!