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

What is Unicode character 𧌃?

The Unicode character 𧌃 U+27303 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+27303.

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!