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

What is Unicode character 𤟡?

The Unicode character 𤟡 U+247E1 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+247E1.

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!