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

What is Unicode character 𤟑?

The Unicode character 𤟑 U+247D1 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+247D1.

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!