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

What is Unicode character 𣵎?

The Unicode character 𣵎 U+23D4E 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+23D4E.

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!