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

What is Unicode character 𬜳?

The Unicode character 𬜳 U+2C733 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+2C733.

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!