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

What is Unicode character 𣘹?

The Unicode character 𣘹 U+23639 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+23639.

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!