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

What is Unicode character 𨼚?

The Unicode character 𨼚 U+28F1A 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+28F1A.

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!