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>&#205087;</p>
📋
CSS .selector { content: '\3211F' };
📋
JS var unicodeA = '\u3211F ';
📋
CPP char unicodeA = ' \u3211F ';
📋
Java char unicodeA = '\u3211F';
📋
Python unicodeA = '\u3211F'
📋

What is Unicode character 𲄟?

The Unicode character 𲄟 U+3211F 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+3211F.

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!