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

What is Unicode character 𨼼?

The Unicode character 𨼼 U+28F3C 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+28F3C.

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!