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

What is Unicode character 𨆖?

The Unicode character 𨆖 U+28196 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+28196.

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!