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

What is Unicode character 𤟼?

The Unicode character 𤟼 U+247FC 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+247FC.

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!