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

What is Unicode character 𢏃?

The Unicode character 𢏃 U+223C3 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+223C3.

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!