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>&#150943;</p>
📋
CSS .selector { content: '\24D9F' };
📋
JS var unicodeA = '\u24D9F ';
📋
CPP char unicodeA = ' \u24D9F ';
📋
Java char unicodeA = '\u24D9F';
📋
Python unicodeA = '\u24D9F'
📋

What is Unicode character 𤶟?

The Unicode character 𤶟 U+24D9F 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+24D9F.

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!