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

What is Unicode character 𭟦?

The Unicode character 𭟦 U+2D7E6 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+2D7E6.

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!