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

What is Unicode character 𢏗?

The Unicode character 𢏗 U+223D7 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+223D7.

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!