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

What is Unicode character 𨼛?

The Unicode character 𨼛 U+28F1B 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+28F1B.

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!