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

What is Unicode character 𢤦?

The Unicode character 𢤦 U+22926 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+22926.

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!