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

What is Unicode character 𣵍?

The Unicode character 𣵍 U+23D4D 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+23D4D.

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!