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

What is Unicode character 𣴔?

The Unicode character 𣴔 U+23D14 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+23D14.

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!