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

What is Unicode character 𤟝?

The Unicode character 𤟝 U+247DD 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+247DD.

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!