Unicode Finder

"慟" U+615F(CJK UNIFIED IDEOGRAPH-615F)

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

Programming

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

Web

CSS
\00615F
HtmlDecimal
慟
HtmlHexadecimal
慟
Url
%E6%85%9F

Code

MD5
b876963c887ccc0c91e554529e9fd1f8
Sha1
471c762aee7a689abdda161ac372cdaf05b06593
Base64
5oWf

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u615F';
console.log(char);  // Output: 慟

Java:

char c = '\u615F';
System.out.println(c);  // Output: 慟

JSON:

{"text": "\u615F"}  // Value: 慟

Python:

char = '\u615F'
print(char)  # Output: 慟

Perl:

my $char = "\x{615F}";
print $char;  # Output: 慟

PHP:

$char = "\x{615F}";
echo $char;  // Output: 慟

Ruby:

char = "\u{615F}"
puts char  # Output: 慟

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#24927;</p>  <!-- Display: 慟 -->

HTML Hexadecimal:

<p>HTML hex: &#x615F;</p>  <!-- Display: 慟 -->

URL Encoding:

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

Encodings

MD5:

b876963c887ccc0c91e554529e9fd1f8

SHA1:

471c762aee7a689abdda161ac372cdaf05b06593

Base64:

5oWf