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

What is Unicode character 𭟻?

The Unicode character 𭟻 U+2D7FB 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+2D7FB.

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!