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

What is Unicode character 𱍵?

The Unicode character 𱍵 U+31375 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+31375.

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!