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

What is Unicode character 𢹮?

The Unicode character 𢹮 U+22E6E 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+22E6E.

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!