Unicode Finder

"慝" U+615D(CJK UNIFIED IDEOGRAPH-615D)

U+615D
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-615D

Programming

C
\u615D
JavaScript
\u615D
Java
\u615D
Json
\u615D
Python
\u615D
Perl
\x{615D}
PHP
\x{615D}
Ruby
\u{615D}
Rust
\u{615D}
Go
\u615D

Web

CSS
\00615D
HtmlDecimal
慝
HtmlHexadecimal
慝
Url
%E6%85%9D

Code

MD5
a0a02557d461e1a279596d0c3ff8d490
Sha1
1aff80b7d4eb164918484560da09ccf71a45212e
Base64
5oWd

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u615D';
console.log(char);  // Output: 慝

Java:

char c = '\u615D';
System.out.println(c);  // Output: 慝

JSON:

{"text": "\u615D"}  // Value: 慝

Python:

char = '\u615D'
print(char)  # Output: 慝

Perl:

my $char = "\x{615D}";
print $char;  # Output: 慝

PHP:

$char = "\x{615D}";
echo $char;  // Output: 慝

Ruby:

char = "\u{615D}"
puts char  # Output: 慝

Rust:

let c = '\u{615D}';
println!("{}", c);  // Output: 慝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00615D";  /* Display: 慝 */
}

HTML Decimal:

<p>HTML decimal: &#24925;</p>  <!-- Display: 慝 -->

HTML Hexadecimal:

<p>HTML hex: &#x615D;</p>  <!-- Display: 慝 -->

URL Encoding:

// 慝 URL encoding
https://unicodefinder.com/search.php?query=%E6%85%9D

Encodings

MD5:

a0a02557d461e1a279596d0c3ff8d490

SHA1:

1aff80b7d4eb164918484560da09ccf71a45212e

Base64:

5oWd