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

What is Unicode character 𫎔?

The Unicode character 𫎔 U+2B394 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+2B394.

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!