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

What is Unicode character 𣶟?

The Unicode character 𣶟 U+23D9F 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+23D9F.

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!