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

What is Unicode character 𢚡?

The Unicode character 𢚡 U+226A1 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+226A1.

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!