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

What is Unicode character 𤟺?

The Unicode character 𤟺 U+247FA 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+247FA.

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!