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

What is Unicode character 𭝣?

The Unicode character 𭝣 U+2D763 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+2D763.

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!