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

What is Unicode character 𢚼?

The Unicode character 𢚼 U+226BC 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+226BC.

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!