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

What is Unicode character 𣧵?

The Unicode character 𣧵 U+239F5 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+239F5.

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!