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

What is Unicode character 𭝢?

The Unicode character 𭝢 U+2D762 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+2D762.

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!