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

What is Unicode character 𤧟?

The Unicode character 𤧟 U+249DF 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+249DF.

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!