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

What is Unicode character 𧃢?

The Unicode character 𧃢 U+270E2 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+270E2.

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!