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

What is Unicode character 𲎛?

The Unicode character 𲎛 U+3239B is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+3239B.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!