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

What is Unicode character 𢚺?

The Unicode character 𢚺 U+226BA 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+226BA.

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!