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

What is Unicode character 𣕅?

The Unicode character 𣕅 U+23545 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+23545.

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!