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

What is Unicode character 𫎕?

The Unicode character 𫎕 U+2B395 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B395.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!