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

What is Unicode character 𤷹?

The Unicode character 𤷹 U+24DF9 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+24DF9.

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!