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

What is Unicode character 𧨎?

The Unicode character 𧨎 U+27A0E 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+27A0E.

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!