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

What is Unicode character 𬍛?

The Unicode character 𬍛 U+2C35B 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+2C35B.

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!