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

What is Unicode character 𦧏?

The Unicode character 𦧏 U+269CF 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+269CF.

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!