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

What is Unicode character 𢟁?

The Unicode character 𢟁 U+227C1 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+227C1.

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!