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

What is Unicode character 𨶟?

The Unicode character 𨶟 U+28D9F 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+28D9F.

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!