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

What is Unicode character 𤟦?

The Unicode character 𤟦 U+247E6 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+247E6.

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!