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

What is Unicode character 𢹪?

The Unicode character 𢹪 U+22E6A 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+22E6A.

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!