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

What is Unicode character 𭟶?

The Unicode character 𭟶 U+2D7F6 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+2D7F6.

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!