Unicode Finder

"硵" U+7875(CJK UNIFIED IDEOGRAPH-7875)

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

Programming

C
\u7875
JavaScript
\u7875
Java
\u7875
Json
\u7875
Python
\u7875
Perl
\x{7875}
PHP
\x{7875}
Ruby
\u{7875}
Rust
\u{7875}
Go
\u7875

Web

CSS
\007875
HtmlDecimal
硵
HtmlHexadecimal
硵
Url
%E7%A1%B5

Code

MD5
6716defac603e4945fe3b0e427669ff1
Sha1
c2bc0cc82ba12c26dbc50fcd7057e723c15d9aed
Base64
56G1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7875';
console.log(char);  // Output: 硵

Java:

char c = '\u7875';
System.out.println(c);  // Output: 硵

JSON:

{"text": "\u7875"}  // Value: 硵

Python:

char = '\u7875'
print(char)  # Output: 硵

Perl:

my $char = "\x{7875}";
print $char;  # Output: 硵

PHP:

$char = "\x{7875}";
echo $char;  // Output: 硵

Ruby:

char = "\u{7875}"
puts char  # Output: 硵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007875";  /* Display: 硵 */
}

HTML Decimal:

<p>HTML decimal: &#30837;</p>  <!-- Display: 硵 -->

HTML Hexadecimal:

<p>HTML hex: &#x7875;</p>  <!-- Display: 硵 -->

URL Encoding:

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

Encodings

MD5:

6716defac603e4945fe3b0e427669ff1

SHA1:

c2bc0cc82ba12c26dbc50fcd7057e723c15d9aed

Base64:

56G1