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>&#145982;</p>
📋
CSS .selector { content: '\23A3E' };
📋
JS var unicodeA = '\u23A3E ';
📋
CPP char unicodeA = ' \u23A3E ';
📋
Java char unicodeA = '\u23A3E';
📋
Python unicodeA = '\u23A3E'
📋

What is Unicode character 𣨾?

The Unicode character 𣨾 U+23A3E 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+23A3E.

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!