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>&#147679;</p>
📋
CSS .selector { content: '\240DF' };
📋
JS var unicodeA = '\u240DF ';
📋
CPP char unicodeA = ' \u240DF ';
📋
Java char unicodeA = '\u240DF';
📋
Python unicodeA = '\u240DF'
📋

What is Unicode character 𤃟?

The Unicode character 𤃟 U+240DF 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+240DF.

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!