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

What is Unicode character 𣶝?

The Unicode character 𣶝 U+23D9D 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+23D9D.

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!