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

What is Unicode character 𣵅?

The Unicode character 𣵅 U+23D45 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+23D45.

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!