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

What is Unicode character 𨼊?

The Unicode character 𨼊 U+28F0A 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+28F0A.

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!