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

What is Unicode character 𤟢?

The Unicode character 𤟢 U+247E2 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+247E2.

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!