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

What is Unicode character 𤶬?

The Unicode character 𤶬 U+24DAC 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+24DAC.

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!