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

What is Unicode character 𬝃?

The Unicode character 𬝃 U+2C743 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+2C743.

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!