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

What is Unicode character 𢚾?

The Unicode character 𢚾 U+226BE 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+226BE.

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!