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>&#140263;</p>
📋
CSS .selector { content: '\223E7' };
📋
JS var unicodeA = '\u223E7 ';
📋
CPP char unicodeA = ' \u223E7 ';
📋
Java char unicodeA = '\u223E7';
📋
Python unicodeA = '\u223E7'
📋

What is Unicode character 𢏧?

The Unicode character 𢏧 U+223E7 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+223E7.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!