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

What is Unicode character 𤟏?

The Unicode character 𤟏 U+247CF 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+247CF.

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!