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

What is Unicode character 𲅝?

The Unicode character 𲅝 U+3215D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3215D.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!