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

What is Unicode character 𢟣?

The Unicode character 𢟣 U+227E3 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+227E3.

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!