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

What is Unicode character 𤹬?

The Unicode character 𤹬 U+24E6C 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+24E6C.

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!