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

What is Unicode character 𢚲?

The Unicode character 𢚲 U+226B2 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+226B2.

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!