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

What is Unicode character 𧃀?

The Unicode character 𧃀 U+270C0 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+270C0.

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!