Unicode Finder

"秇" U+79C7(CJK UNIFIED IDEOGRAPH-79C7)

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

Programming

C
\u79C7
JavaScript
\u79C7
Java
\u79C7
Json
\u79C7
Python
\u79C7
Perl
\x{79C7}
PHP
\x{79C7}
Ruby
\u{79C7}
Rust
\u{79C7}
Go
\u79C7

Web

CSS
\0079C7
HtmlDecimal
秇
HtmlHexadecimal
秇
Url
%E7%A7%87

Code

MD5
e40cc5905365b21e8fa4107bb88ff6e4
Sha1
4e1b48fd97e1bd01a9bc8688bfff6c4490a67fba
Base64
56eH

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u79C7';
console.log(char);  // Output: 秇

Java:

char c = '\u79C7';
System.out.println(c);  // Output: 秇

JSON:

{"text": "\u79C7"}  // Value: 秇

Python:

char = '\u79C7'
print(char)  # Output: 秇

Perl:

my $char = "\x{79C7}";
print $char;  # Output: 秇

PHP:

$char = "\x{79C7}";
echo $char;  // Output: 秇

Ruby:

char = "\u{79C7}"
puts char  # Output: 秇

Rust:

let c = '\u{79C7}';
println!("{}", c);  // Output: 秇

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0079C7";  /* Display: 秇 */
}

HTML Decimal:

<p>HTML decimal: &#31175;</p>  <!-- Display: 秇 -->

HTML Hexadecimal:

<p>HTML hex: &#x79C7;</p>  <!-- Display: 秇 -->

URL Encoding:

// 秇 URL encoding
https://unicodefinder.com/search.php?query=%E7%A7%87

Encodings

MD5:

e40cc5905365b21e8fa4107bb88ff6e4

SHA1:

4e1b48fd97e1bd01a9bc8688bfff6c4490a67fba

Base64:

56eH