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

What is Unicode character 𤟀?

The Unicode character 𤟀 U+247C0 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+247C0.

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!