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

What is Unicode character 𤵹?

The Unicode character 𤵹 U+24D79 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+24D79.

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!