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

What is Unicode character 𧰃?

The Unicode character 𧰃 U+27C03 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+27C03.

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!