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

What is Unicode character 𱟅?

The Unicode character 𱟅 U+317C5 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+317C5.

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!