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

What is Unicode character 𤬟?

The Unicode character 𤬟 U+24B1F 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+24B1F.

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!