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

What is Unicode character 𧨊?

The Unicode character 𧨊 U+27A0A 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+27A0A.

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!