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

What is Unicode character 𡤟?

The Unicode character 𡤟 U+2191F 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+2191F.

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!