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

What is Unicode character 𣎛?

The Unicode character 𣎛 U+2339B 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+2339B.

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!