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

What is Unicode character 𱟹?

The Unicode character 𱟹 U+317F9 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+317F9.

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!