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

What is Unicode character 𤦝?

The Unicode character 𤦝 U+2499D 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+2499D.

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!