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

What is Unicode character 𢴦?

The Unicode character 𢴦 U+22D26 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+22D26.

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!