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

What is Unicode character 𨰞?

The Unicode character 𨰞 U+28C1E 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+28C1E.

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!