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

What is Unicode character 𤵬?

The Unicode character 𤵬 U+24D6C 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+24D6C.

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!