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

What is Unicode character 𧇎?

The Unicode character 𧇎 U+271CE 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+271CE.

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!