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

What is Unicode character 𤼟?

The Unicode character 𤼟 U+24F1F 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+24F1F.

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!