Unicode Finder

"灷" U+7077(CJK UNIFIED IDEOGRAPH-7077)

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

Programming

C
\u7077
JavaScript
\u7077
Java
\u7077
Json
\u7077
Python
\u7077
Perl
\x{7077}
PHP
\x{7077}
Ruby
\u{7077}
Rust
\u{7077}
Go
\u7077

Web

CSS
\007077
HtmlDecimal
灷
HtmlHexadecimal
灷
Url
%E7%81%B7

Code

MD5
aee265fc26008f19a4c12166d9ddfab3
Sha1
da2b9c7fb396662218173663af2d2321f33b603c
Base64
54G3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7077';
console.log(char);  // Output: 灷

Java:

char c = '\u7077';
System.out.println(c);  // Output: 灷

JSON:

{"text": "\u7077"}  // Value: 灷

Python:

char = '\u7077'
print(char)  # Output: 灷

Perl:

my $char = "\x{7077}";
print $char;  # Output: 灷

PHP:

$char = "\x{7077}";
echo $char;  // Output: 灷

Ruby:

char = "\u{7077}"
puts char  # Output: 灷

Rust:

let c = '\u{7077}';
println!("{}", c);  // Output: 灷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007077";  /* Display: 灷 */
}

HTML Decimal:

<p>HTML decimal: &#28791;</p>  <!-- Display: 灷 -->

HTML Hexadecimal:

<p>HTML hex: &#x7077;</p>  <!-- Display: 灷 -->

URL Encoding:

// 灷 URL encoding
https://unicodefinder.com/search.php?query=%E7%81%B7

Encodings

MD5:

aee265fc26008f19a4c12166d9ddfab3

SHA1:

da2b9c7fb396662218173663af2d2321f33b603c

Base64:

54G3