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

What is Unicode character 𣬶?

The Unicode character 𣬶 U+23B36 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+23B36.

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!