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

What is Unicode character 𡦟?

The Unicode character 𡦟 U+2199F 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+2199F.

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!