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

What is Unicode character 𬎴?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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