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

What is Unicode character 𧃐?

The Unicode character 𧃐 U+270D0 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+270D0.

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!