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

What is Unicode character 𣬺?

The Unicode character 𣬺 U+23B3A 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+23B3A.

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!