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

What is Unicode character 𣬹?

The Unicode character 𣬹 U+23B39 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+23B39.

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!