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

What is Unicode character 𨅝?

The Unicode character 𨅝 U+2815D 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+2815D.

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!