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

What is Unicode character 𢶎?

The Unicode character 𢶎 U+22D8E 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+22D8E.

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!