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

What is Unicode character 𣬾?

The Unicode character 𣬾 U+23B3E 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+23B3E.

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!