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

What is Unicode character 𧃲?

The Unicode character 𧃲 U+270F2 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+270F2.

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!