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

What is Unicode character 𤟰?

The Unicode character 𤟰 U+247F0 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+247F0.

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!