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

What is Unicode character 𤟍?

The Unicode character 𤟍 U+247CD 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+247CD.

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!