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

What is Unicode character 𤟣?

The Unicode character 𤟣 U+247E3 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+247E3.

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!