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

What is Unicode character 𣰶?

The Unicode character 𣰶 U+23C36 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+23C36.

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!