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

What is Unicode character 𬝡?

The Unicode character 𬝡 U+2C761 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C761.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!