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

What is Unicode character 𬚃?

The Unicode character 𬚃 U+2C683 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+2C683.

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!