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

What is Unicode character 𨄝?

The Unicode character 𨄝 U+2811D 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+2811D.

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!