Unicode Finder

"灿" U+707F(CJK UNIFIED IDEOGRAPH-707F)

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

Programming

C
\u707F
JavaScript
\u707F
Java
\u707F
Json
\u707F
Python
\u707F
Perl
\x{707F}
PHP
\x{707F}
Ruby
\u{707F}
Rust
\u{707F}
Go
\u707F

Web

CSS
\00707F
HtmlDecimal
灿
HtmlHexadecimal
灿
Url
%E7%81%BF

Code

MD5
008c718ce80edfcafdd7829035ff705f
Sha1
54b2a0eed93cc345ebae257854323fc25882680a
Base64
54G/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u707F';
console.log(char);  // Output: 灿

Java:

char c = '\u707F';
System.out.println(c);  // Output: 灿

JSON:

{"text": "\u707F"}  // Value: 灿

Python:

char = '\u707F'
print(char)  # Output: 灿

Perl:

my $char = "\x{707F}";
print $char;  # Output: 灿

PHP:

$char = "\x{707F}";
echo $char;  // Output: 灿

Ruby:

char = "\u{707F}"
puts char  # Output: 灿

Rust:

let c = '\u{707F}';
println!("{}", c);  // Output: 灿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00707F";  /* Display: 灿 */
}

HTML Decimal:

<p>HTML decimal: &#28799;</p>  <!-- Display: 灿 -->

HTML Hexadecimal:

<p>HTML hex: &#x707F;</p>  <!-- Display: 灿 -->

URL Encoding:

// 灿 URL encoding
https://unicodefinder.com/search.php?query=%E7%81%BF

Encodings

MD5:

008c718ce80edfcafdd7829035ff705f

SHA1:

54b2a0eed93cc345ebae257854323fc25882680a

Base64:

54G/