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

What is Unicode character 𬏲?

The Unicode character 𬏲 U+2C3F2 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+2C3F2.

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!