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

What is Unicode character 𣶎?

The Unicode character 𣶎 U+23D8E 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+23D8E.

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!