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

What is Unicode character 𢹭?

The Unicode character 𢹭 U+22E6D 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+22E6D.

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!