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

What is Unicode character 𣨶?

The Unicode character 𣨶 U+23A36 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+23A36.

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!