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

What is Unicode character 𨉨?

The Unicode character 𨉨 U+28268 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+28268.

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!