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

What is Unicode character 𨒝?

The Unicode character 𨒝 U+2849D 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+2849D.

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!