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

What is Unicode character 𣅝?

The Unicode character 𣅝 U+2315D 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+2315D.

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!