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

What is Unicode character 𧃎?

The Unicode character 𧃎 U+270CE 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+270CE.

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!