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

What is Unicode character 𨉢?

The Unicode character 𨉢 U+28262 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+28262.

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!