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>&#141599;</p>
📋
CSS .selector { content: '\2291F' };
📋
JS var unicodeA = '\u2291F ';
📋
CPP char unicodeA = ' \u2291F ';
📋
Java char unicodeA = '\u2291F';
📋
Python unicodeA = '\u2291F'
📋

What is Unicode character 𢤟?

The Unicode character 𢤟 U+2291F 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+2291F.

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!