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

What is Unicode character 𤵦?

The Unicode character 𤵦 U+24D66 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+24D66.

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!