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

What is Unicode character 𫎓?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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