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

What is Unicode character 𧰎?

The Unicode character 𧰎 U+27C0E 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+27C0E.

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!