Unicode Finder

"硸" U+7878(CJK UNIFIED IDEOGRAPH-7878)

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

Programming

C
\u7878
JavaScript
\u7878
Java
\u7878
Json
\u7878
Python
\u7878
Perl
\x{7878}
PHP
\x{7878}
Ruby
\u{7878}
Rust
\u{7878}
Go
\u7878

Web

CSS
\007878
HtmlDecimal
硸
HtmlHexadecimal
硸
Url
%E7%A1%B8

Code

MD5
db520953e11ad39487dcefac7d0ab3df
Sha1
f77f858107c56bd12a5a2488be64b6530c071e9a
Base64
56G4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7878';
console.log(char);  // Output: 硸

Java:

char c = '\u7878';
System.out.println(c);  // Output: 硸

JSON:

{"text": "\u7878"}  // Value: 硸

Python:

char = '\u7878'
print(char)  # Output: 硸

Perl:

my $char = "\x{7878}";
print $char;  # Output: 硸

PHP:

$char = "\x{7878}";
echo $char;  // Output: 硸

Ruby:

char = "\u{7878}"
puts char  # Output: 硸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007878";  /* Display: 硸 */
}

HTML Decimal:

<p>HTML decimal: &#30840;</p>  <!-- Display: 硸 -->

HTML Hexadecimal:

<p>HTML hex: &#x7878;</p>  <!-- Display: 硸 -->

URL Encoding:

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

Encodings

MD5:

db520953e11ad39487dcefac7d0ab3df

SHA1:

f77f858107c56bd12a5a2488be64b6530c071e9a

Base64:

56G4