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

What is Unicode character 𧀐?

The Unicode character 𧀐 U+27010 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+27010.

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!