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

What is Unicode character 𱍕?

The Unicode character 𱍕 U+31355 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+31355.

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!