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

What is Unicode character 𧉰?

The Unicode character 𧉰 U+27270 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+27270.

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!