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

What is Unicode character 𤲍?

The Unicode character 𤲍 U+24C8D 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+24C8D.

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!