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

What is Unicode character 𢹯?

The Unicode character 𢹯 U+22E6F 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+22E6F.

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!