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

What is Unicode character 𢟂?

The Unicode character 𢟂 U+227C2 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+227C2.

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!