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

What is Unicode character 𤟐?

The Unicode character 𤟐 U+247D0 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+247D0.

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!