Unicode Finder

"惱" U+60F1(CJK UNIFIED IDEOGRAPH-60F1)

U+60F1
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-60F1

Programming

C
\u60F1
JavaScript
\u60F1
Java
\u60F1
Json
\u60F1
Python
\u60F1
Perl
\x{60F1}
PHP
\x{60F1}
Ruby
\u{60F1}
Rust
\u{60F1}
Go
\u60F1

Web

CSS
\0060F1
HtmlDecimal
惱
HtmlHexadecimal
惱
Url
%E6%83%B1

Code

MD5
baebb36758b24517c05381bd4a5ae7ae
Sha1
e91fafcb97984eaf473609054e60084967ea13cf
Base64
5oOx

使用示例

Programming Languages

C:

char c = '\u60F1';
printf("%c\n", c);  // Output: 惱

JavaScript:

const char = '\u60F1';
console.log(char);  // Output: 惱

Java:

char c = '\u60F1';
System.out.println(c);  // Output: 惱

JSON:

{"text": "\u60F1"}  // Value: 惱

Python:

char = '\u60F1'
print(char)  # Output: 惱

Perl:

my $char = "\x{60F1}";
print $char;  # Output: 惱

PHP:

$char = "\x{60F1}";
echo $char;  // Output: 惱

Ruby:

char = "\u{60F1}"
puts char  # Output: 惱

Rust:

let c = '\u{60F1}';
println!("{}", c);  // Output: 惱

Go:

char := '\u60F1'
fmt.Printf("%c\n", char)  // Output: 惱

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0060F1";  /* Display: 惱 */
}

HTML Decimal:

<p>HTML decimal: &#24817;</p>  <!-- Display: 惱 -->

HTML Hexadecimal:

<p>HTML hex: &#x60F1;</p>  <!-- Display: 惱 -->

URL Encoding:

// 惱 URL encoding
https://unicodefinder.com/search.php?query=%E6%83%B1

Encodings

MD5:

baebb36758b24517c05381bd4a5ae7ae

SHA1:

e91fafcb97984eaf473609054e60084967ea13cf

Base64:

5oOx