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

What is Unicode character 𨼶?

The Unicode character 𨼶 U+28F36 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+28F36.

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!