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

What is Unicode character 𢚰?

The Unicode character 𢚰 U+226B0 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+226B0.

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!