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

What is Unicode character 𢛢?

The Unicode character 𢛢 U+226E2 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+226E2.

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!