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

What is Unicode character 𢟬?

The Unicode character 𢟬 U+227EC 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+227EC.

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!