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

What is Unicode character 𢏓?

The Unicode character 𢏓 U+223D3 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+223D3.

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!