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

What is Unicode character 𤬝?

The Unicode character 𤬝 U+24B1D 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+24B1D.

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!