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

What is Unicode character 𨌝?

The Unicode character 𨌝 U+2831D 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+2831D.

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!