Unicode Finder

"硹" U+7879(CJK UNIFIED IDEOGRAPH-7879)

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

Programming

C
\u7879
JavaScript
\u7879
Java
\u7879
Json
\u7879
Python
\u7879
Perl
\x{7879}
PHP
\x{7879}
Ruby
\u{7879}
Rust
\u{7879}
Go
\u7879

Web

CSS
\007879
HtmlDecimal
硹
HtmlHexadecimal
硹
Url
%E7%A1%B9

Code

MD5
4a51e5f7ce59229a9945ae0af54d81fd
Sha1
d372fa9b76138dfb277f2d54b9ae10dc20293ec7
Base64
56G5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7879';
console.log(char);  // Output: 硹

Java:

char c = '\u7879';
System.out.println(c);  // Output: 硹

JSON:

{"text": "\u7879"}  // Value: 硹

Python:

char = '\u7879'
print(char)  # Output: 硹

Perl:

my $char = "\x{7879}";
print $char;  # Output: 硹

PHP:

$char = "\x{7879}";
echo $char;  // Output: 硹

Ruby:

char = "\u{7879}"
puts char  # Output: 硹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007879";  /* Display: 硹 */
}

HTML Decimal:

<p>HTML decimal: &#30841;</p>  <!-- Display: 硹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7879;</p>  <!-- Display: 硹 -->

URL Encoding:

// 硹 URL encoding
https://unicodefinder.com/search.php?query=%E7%A1%B9

Encodings

MD5:

4a51e5f7ce59229a9945ae0af54d81fd

SHA1:

d372fa9b76138dfb277f2d54b9ae10dc20293ec7

Base64:

56G5