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

What is Unicode character 𨳹?

The Unicode character 𨳹 U+28CF9 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+28CF9.

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!