Unicode Finder

"摜" U+645C(CJK UNIFIED IDEOGRAPH-645C)

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

Programming

C
\u645C
JavaScript
\u645C
Java
\u645C
Json
\u645C
Python
\u645C
Perl
\x{645C}
PHP
\x{645C}
Ruby
\u{645C}
Rust
\u{645C}
Go
\u645C

Web

CSS
\00645C
HtmlDecimal
摜
HtmlHexadecimal
摜
Url
%E6%91%9C

Code

MD5
ae4fe81695ad6c5d73b32affe485bf7f
Sha1
066af76a7f000cbc8f9aa1fe7c3a7578659946e8
Base64
5pGc

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u645C';
console.log(char);  // Output: 摜

Java:

char c = '\u645C';
System.out.println(c);  // Output: 摜

JSON:

{"text": "\u645C"}  // Value: 摜

Python:

char = '\u645C'
print(char)  # Output: 摜

Perl:

my $char = "\x{645C}";
print $char;  # Output: 摜

PHP:

$char = "\x{645C}";
echo $char;  // Output: 摜

Ruby:

char = "\u{645C}"
puts char  # Output: 摜

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25692;</p>  <!-- Display: 摜 -->

HTML Hexadecimal:

<p>HTML hex: &#x645C;</p>  <!-- Display: 摜 -->

URL Encoding:

// 摜 URL encoding
https://unicodefinder.com/search.php?query=%E6%91%9C

Encodings

MD5:

ae4fe81695ad6c5d73b32affe485bf7f

SHA1:

066af76a7f000cbc8f9aa1fe7c3a7578659946e8

Base64:

5pGc