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

What is Unicode character 𣵏?

The Unicode character 𣵏 U+23D4F 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+23D4F.

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!