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

What is Unicode character 𮝡?

The Unicode character 𮝡 U+2E761 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+2E761.

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!