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

What is Unicode character 𣰹?

The Unicode character 𣰹 U+23C39 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+23C39.

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!