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

What is Unicode character 𭟼?

The Unicode character 𭟼 U+2D7FC 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+2D7FC.

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!