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

What is Unicode character 𧹰?

The Unicode character 𧹰 U+27E70 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+27E70.

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!