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

What is Unicode character 𦧾?

The Unicode character 𦧾 U+269FE 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+269FE.

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!