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

What is Unicode character 𤣟?

The Unicode character 𤣟 U+248DF 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+248DF.

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!