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

What is Unicode character 𱟕?

The Unicode character 𱟕 U+317D5 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+317D5.

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!