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

What is Unicode character 𫎖?

The Unicode character 𫎖 U+2B396 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+2B396.

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!