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

What is Unicode character 𬞃?

The Unicode character 𬞃 U+2C783 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+2C783.

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!