Unicode Finder

"灴" U+7074(CJK UNIFIED IDEOGRAPH-7074)

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

Programming

C
\u7074
JavaScript
\u7074
Java
\u7074
Json
\u7074
Python
\u7074
Perl
\x{7074}
PHP
\x{7074}
Ruby
\u{7074}
Rust
\u{7074}
Go
\u7074

Web

CSS
\007074
HtmlDecimal
灴
HtmlHexadecimal
灴
Url
%E7%81%B4

Code

MD5
34a07bac1c886009d710c5c3e17c54de
Sha1
ab084c631f772862d4bbc523f1b1d767a2ab108f
Base64
54G0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7074';
console.log(char);  // Output: 灴

Java:

char c = '\u7074';
System.out.println(c);  // Output: 灴

JSON:

{"text": "\u7074"}  // Value: 灴

Python:

char = '\u7074'
print(char)  # Output: 灴

Perl:

my $char = "\x{7074}";
print $char;  # Output: 灴

PHP:

$char = "\x{7074}";
echo $char;  // Output: 灴

Ruby:

char = "\u{7074}"
puts char  # Output: 灴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007074";  /* Display: 灴 */
}

HTML Decimal:

<p>HTML decimal: &#28788;</p>  <!-- Display: 灴 -->

HTML Hexadecimal:

<p>HTML hex: &#x7074;</p>  <!-- Display: 灴 -->

URL Encoding:

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

Encodings

MD5:

34a07bac1c886009d710c5c3e17c54de

SHA1:

ab084c631f772862d4bbc523f1b1d767a2ab108f

Base64:

54G0