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

What is Unicode character 𨚖?

The Unicode character 𨚖 U+28696 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+28696.

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!