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

What is Unicode character 𧃰?

The Unicode character 𧃰 U+270F0 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+270F0.

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!