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

What is Unicode character 𱟃?

The Unicode character 𱟃 U+317C3 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+317C3.

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!