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

What is Unicode character 𣎚?

The Unicode character 𣎚 U+2339A 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+2339A.

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!