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

What is Unicode character 𣬼?

The Unicode character 𣬼 U+23B3C 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+23B3C.

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!