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

What is Unicode character 𨼾?

The Unicode character 𨼾 U+28F3E 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+28F3E.

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!