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

What is Unicode character 𧎃?

The Unicode character 𧎃 U+27383 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27383.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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