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

What is Unicode character 𤟾?

The Unicode character 𤟾 U+247FE 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+247FE.

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!