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

What is Unicode character 𣌝?

The Unicode character 𣌝 U+2331D 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+2331D.

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!