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

What is Unicode character 𬏵?

The Unicode character 𬏵 U+2C3F5 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+2C3F5.

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!