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

What is Unicode character 𨉖?

The Unicode character 𨉖 U+28256 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+28256.

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!