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

What is Unicode character 𣩟?

The Unicode character 𣩟 U+23A5F 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+23A5F.

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!