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

What is Unicode character 𣵔?

The Unicode character 𣵔 U+23D54 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+23D54.

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!