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

What is Unicode character 𱟼?

The Unicode character 𱟼 U+317FC 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+317FC.

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!