Unicode Finder

"函" U+51FD(CJK UNIFIED IDEOGRAPH-51FD)

U+51FD
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-51FD

Programming

C
\u51FD
JavaScript
\u51FD
Java
\u51FD
Json
\u51FD
Python
\u51FD
Perl
\x{51FD}
PHP
\x{51FD}
Ruby
\u{51FD}
Rust
\u{51FD}
Go
\u51FD

Web

CSS
\0051FD
HtmlDecimal
函
HtmlHexadecimal
函
Url
%E5%87%BD

Code

MD5
a33e4f701d0af1d18aae89b0f05494df
Sha1
05ab62fcab983ac8fd54174a07a19844d9152049
Base64
5Ye9

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u51FD';
console.log(char);  // Output: 函

Java:

char c = '\u51FD';
System.out.println(c);  // Output: 函

JSON:

{"text": "\u51FD"}  // Value: 函

Python:

char = '\u51FD'
print(char)  # Output: 函

Perl:

my $char = "\x{51FD}";
print $char;  # Output: 函

PHP:

$char = "\x{51FD}";
echo $char;  // Output: 函

Ruby:

char = "\u{51FD}"
puts char  # Output: 函

Rust:

let c = '\u{51FD}';
println!("{}", c);  // Output: 函

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0051FD";  /* Display: 函 */
}

HTML Decimal:

<p>HTML decimal: &#20989;</p>  <!-- Display: 函 -->

HTML Hexadecimal:

<p>HTML hex: &#x51FD;</p>  <!-- Display: 函 -->

URL Encoding:

// 函 URL encoding
https://unicodefinder.com/search.php?query=%E5%87%BD

Encodings

MD5:

a33e4f701d0af1d18aae89b0f05494df

SHA1:

05ab62fcab983ac8fd54174a07a19844d9152049

Base64:

5Ye9