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

What is Unicode character 𨌟?

The Unicode character 𨌟 U+2831F 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+2831F.

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!