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

What is Unicode character 𢞺?

The Unicode character 𢞺 U+227BA 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+227BA.

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!