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

What is Unicode character 𤟓?

The Unicode character 𤟓 U+247D3 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+247D3.

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!