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

What is Unicode character 𨆕?

The Unicode character 𨆕 U+28195 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+28195.

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!