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

What is Unicode character 𤟌?

The Unicode character 𤟌 U+247CC 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+247CC.

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!