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

What is Unicode character 𱕟?

The Unicode character 𱕟 U+3155F 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+3155F.

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!