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

What is Unicode character 𨎝?

The Unicode character 𨎝 U+2839D 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+2839D.

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!