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

What is Unicode character 𣁦?

The Unicode character 𣁦 U+23066 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+23066.

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!