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

What is Unicode character 𢶊?

The Unicode character 𢶊 U+22D8A 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+22D8A.

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!