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

What is Unicode character 𭝡?

The Unicode character 𭝡 U+2D761 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+2D761.

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!