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

What is Unicode character 𤦟?

The Unicode character 𤦟 U+2499F 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+2499F.

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!