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

What is Unicode character 𫎃?

The Unicode character 𫎃 U+2B383 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+2B383.

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!