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

What is Unicode character 𱍹?

The Unicode character 𱍹 U+31379 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+31379.

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!