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

What is Unicode character 𢏣?

The Unicode character 𢏣 U+223E3 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+223E3.

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!