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

What is Unicode character 𭟵?

The Unicode character 𭟵 U+2D7F5 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+2D7F5.

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!