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>&#146565;</p>
📋
CSS .selector { content: '\23C85' };
📋
JS var unicodeA = '\u23C85 ';
📋
CPP char unicodeA = ' \u23C85 ';
📋
Java char unicodeA = '\u23C85';
📋
Python unicodeA = '\u23C85'
📋

What is Unicode character 𣲅?

The Unicode character 𣲅 U+23C85 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+23C85.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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