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

What is Unicode character 𣵊?

The Unicode character 𣵊 U+23D4A 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+23D4A.

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!