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>&#142442;</p>
📋
CSS .selector { content: '\22C6A' };
📋
JS var unicodeA = '\u22C6A ';
📋
CPP char unicodeA = ' \u22C6A ';
📋
Java char unicodeA = '\u22C6A';
📋
Python unicodeA = '\u22C6A'
📋

What is Unicode character 𢱪?

The Unicode character 𢱪 U+22C6A 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+22C6A.

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!