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

What is Unicode character 𨨟?

The Unicode character 𨨟 U+28A1F 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+28A1F.

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!