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

What is Unicode character 𤟨?

The Unicode character 𤟨 U+247E8 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+247E8.

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!