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

What is Unicode character 𨼫?

The Unicode character 𨼫 U+28F2B 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+28F2B.

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!