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>&#205039;</p>
📋
CSS .selector { content: '\320EF' };
📋
JS var unicodeA = '\u320EF ';
📋
CPP char unicodeA = ' \u320EF ';
📋
Java char unicodeA = '\u320EF';
📋
Python unicodeA = '\u320EF'
📋

What is Unicode character 𲃯?

The Unicode character 𲃯 U+320EF 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+320EF.

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!