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

What is Unicode character 𤟊?

The Unicode character 𤟊 U+247CA 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+247CA.

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!