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

What is Unicode character 𣪟?

The Unicode character 𣪟 U+23A9F 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+23A9F.

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!