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

What is Unicode character 𤟧?

The Unicode character 𤟧 U+247E7 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+247E7.

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!