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

What is Unicode character 𣧊?

The Unicode character 𣧊 U+239CA 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+239CA.

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!