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

What is Unicode character 𢹬?

The Unicode character 𢹬 U+22E6C 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+22E6C.

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!