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

What is Unicode character 𨰟?

The Unicode character 𨰟 U+28C1F 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+28C1F.

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!