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

What is Unicode character 𣰵?

The Unicode character 𣰵 U+23C35 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+23C35.

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!