Unicode Finder

"慌" U+614C(CJK UNIFIED IDEOGRAPH-614C)

U+614C
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-614C

Programming

C
\u614C
JavaScript
\u614C
Java
\u614C
Json
\u614C
Python
\u614C
Perl
\x{614C}
PHP
\x{614C}
Ruby
\u{614C}
Rust
\u{614C}
Go
\u614C

Web

CSS
\00614C
HtmlDecimal
慌
HtmlHexadecimal
慌
Url
%E6%85%8C

Code

MD5
645ab826ff13b0749de67ad39d685e37
Sha1
e7739d8737650d92a8fc1f4a13f9bfe36225b457
Base64
5oWM

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u614C';
console.log(char);  // Output: 慌

Java:

char c = '\u614C';
System.out.println(c);  // Output: 慌

JSON:

{"text": "\u614C"}  // Value: 慌

Python:

char = '\u614C'
print(char)  # Output: 慌

Perl:

my $char = "\x{614C}";
print $char;  # Output: 慌

PHP:

$char = "\x{614C}";
echo $char;  // Output: 慌

Ruby:

char = "\u{614C}"
puts char  # Output: 慌

Rust:

let c = '\u{614C}';
println!("{}", c);  // Output: 慌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00614C";  /* Display: 慌 */
}

HTML Decimal:

<p>HTML decimal: &#24908;</p>  <!-- Display: 慌 -->

HTML Hexadecimal:

<p>HTML hex: &#x614C;</p>  <!-- Display: 慌 -->

URL Encoding:

// 慌 URL encoding
https://unicodefinder.com/search.php?query=%E6%85%8C

Encodings

MD5:

645ab826ff13b0749de67ad39d685e37

SHA1:

e7739d8737650d92a8fc1f4a13f9bfe36225b457

Base64:

5oWM