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

What is Unicode character 𤟚?

The Unicode character 𤟚 U+247DA 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+247DA.

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!