Unicode Finder

"紾" U+7D3E(CJK UNIFIED IDEOGRAPH-7D3E)

U+7D3E
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7D3E

Programming

C
\u7D3E
JavaScript
\u7D3E
Java
\u7D3E
Json
\u7D3E
Python
\u7D3E
Perl
\x{7D3E}
PHP
\x{7D3E}
Ruby
\u{7D3E}
Rust
\u{7D3E}
Go
\u7D3E

Web

CSS
\007D3E
HtmlDecimal
紾
HtmlHexadecimal
紾
Url
%E7%B4%BE

Code

MD5
a315e27baa430dde97c425c17ac84d70
Sha1
07743bb42e0564ba1219f0b6d77ef772d0b3b401
Base64
57S+

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7D3E';
console.log(char);  // Output: 紾

Java:

char c = '\u7D3E';
System.out.println(c);  // Output: 紾

JSON:

{"text": "\u7D3E"}  // Value: 紾

Python:

char = '\u7D3E'
print(char)  # Output: 紾

Perl:

my $char = "\x{7D3E}";
print $char;  # Output: 紾

PHP:

$char = "\x{7D3E}";
echo $char;  // Output: 紾

Ruby:

char = "\u{7D3E}"
puts char  # Output: 紾

Rust:

let c = '\u{7D3E}';
println!("{}", c);  // Output: 紾

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007D3E";  /* Display: 紾 */
}

HTML Decimal:

<p>HTML decimal: &#32062;</p>  <!-- Display: 紾 -->

HTML Hexadecimal:

<p>HTML hex: &#x7D3E;</p>  <!-- Display: 紾 -->

URL Encoding:

// 紾 URL encoding
https://unicodefinder.com/search.php?query=%E7%B4%BE

Encodings

MD5:

a315e27baa430dde97c425c17ac84d70

SHA1:

07743bb42e0564ba1219f0b6d77ef772d0b3b401

Base64:

57S+