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>&#202958;</p>
📋
CSS .selector { content: '\318CE' };
📋
JS var unicodeA = '\u318CE ';
📋
CPP char unicodeA = ' \u318CE ';
📋
Java char unicodeA = '\u318CE';
📋
Python unicodeA = '\u318CE'
📋

What is Unicode character 𱣎?

The Unicode character 𱣎 U+318CE 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+318CE.

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!