Unicode Finder

"惞" U+60DE(CJK UNIFIED IDEOGRAPH-60DE)

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

Programming

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

Web

CSS
\0060DE
HtmlDecimal
惞
HtmlHexadecimal
惞
Url
%E6%83%9E

Code

MD5
b5ceebff4610589f6ef31fa3275b9a7d
Sha1
6f9c58be4f0416258f2a1cd0d1110cf1a45469f9
Base64
5oOe

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u60DE';
console.log(char);  // Output: 惞

Java:

char c = '\u60DE';
System.out.println(c);  // Output: 惞

JSON:

{"text": "\u60DE"}  // Value: 惞

Python:

char = '\u60DE'
print(char)  # Output: 惞

Perl:

my $char = "\x{60DE}";
print $char;  # Output: 惞

PHP:

$char = "\x{60DE}";
echo $char;  // Output: 惞

Ruby:

char = "\u{60DE}"
puts char  # Output: 惞

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24798;</p>  <!-- Display: 惞 -->

HTML Hexadecimal:

<p>HTML hex: &#x60DE;</p>  <!-- Display: 惞 -->

URL Encoding:

// 惞 URL encoding
https://unicodefinder.com/search.php?query=%E6%83%9E

Encodings

MD5:

b5ceebff4610589f6ef31fa3275b9a7d

SHA1:

6f9c58be4f0416258f2a1cd0d1110cf1a45469f9

Base64:

5oOe