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

What is Unicode character 𢚢?

The Unicode character 𢚢 U+226A2 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+226A2.

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!