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

What is Unicode character 𣶍?

The Unicode character 𣶍 U+23D8D 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+23D8D.

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!