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

What is Unicode character 𤟲?

The Unicode character 𤟲 U+247F2 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+247F2.

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!