Unicode Finder

"称" U+79F0(CJK UNIFIED IDEOGRAPH-79F0)

U+79F0
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-79F0

Programming

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

Web

CSS
\0079F0
HtmlDecimal
称
HtmlHexadecimal
称
Url
%E7%A7%B0

Code

MD5
f6cd334938bf9d3afaa1e5f75ea465a4
Sha1
91f5154738f7eba38b61daa09b0cd2fadc6ab36a
Base64
56ew

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u79F0';
console.log(char);  // Output: 称

Java:

char c = '\u79F0';
System.out.println(c);  // Output: 称

JSON:

{"text": "\u79F0"}  // Value: 称

Python:

char = '\u79F0'
print(char)  # Output: 称

Perl:

my $char = "\x{79F0}";
print $char;  # Output: 称

PHP:

$char = "\x{79F0}";
echo $char;  // Output: 称

Ruby:

char = "\u{79F0}"
puts char  # Output: 称

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31216;</p>  <!-- Display: 称 -->

HTML Hexadecimal:

<p>HTML hex: &#x79F0;</p>  <!-- Display: 称 -->

URL Encoding:

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

Encodings

MD5:

f6cd334938bf9d3afaa1e5f75ea465a4

SHA1:

91f5154738f7eba38b61daa09b0cd2fadc6ab36a

Base64:

56ew