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

What is Unicode character 𨤦?

The Unicode character 𨤦 U+28926 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+28926.

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!