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

What is Unicode character 𢞾?

The Unicode character 𢞾 U+227BE 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+227BE.

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!