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

What is Unicode character 𢞼?

The Unicode character 𢞼 U+227BC 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+227BC.

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!