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

What is Unicode character 𢛀?

The Unicode character 𢛀 U+226C0 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+226C0.

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!