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

What is Unicode character 𦤢?

The Unicode character 𦤢 U+26922 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+26922.

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!