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

What is Unicode character 𱟬?

The Unicode character 𱟬 U+317EC 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+317EC.

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!