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

What is Unicode character 𤟤?

The Unicode character 𤟤 U+247E4 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+247E4.

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!