Unicode Finder

"籿" U+7C7F(CJK UNIFIED IDEOGRAPH-7C7F)

籿
U+7C7F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-7C7F

Programming

C
\u7C7F
JavaScript
\u7C7F
Java
\u7C7F
Json
\u7C7F
Python
\u7C7F
Perl
\x{7C7F}
PHP
\x{7C7F}
Ruby
\u{7C7F}
Rust
\u{7C7F}
Go
\u7C7F

Web

CSS
\007C7F
HtmlDecimal
籿
HtmlHexadecimal
籿
Url
%E7%B1%BF

Code

MD5
fd78f3fd841ed5908a44c5bfdc91962d
Sha1
e34cf366811653ab4f73546d42e51e588e53aeee
Base64
57G/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7C7F';
console.log(char);  // Output: 籿

Java:

char c = '\u7C7F';
System.out.println(c);  // Output: 籿

JSON:

{"text": "\u7C7F"}  // Value: 籿

Python:

char = '\u7C7F'
print(char)  # Output: 籿

Perl:

my $char = "\x{7C7F}";
print $char;  # Output: 籿

PHP:

$char = "\x{7C7F}";
echo $char;  // Output: 籿

Ruby:

char = "\u{7C7F}"
puts char  # Output: 籿

Rust:

let c = '\u{7C7F}';
println!("{}", c);  // Output: 籿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007C7F";  /* Display: 籿 */
}

HTML Decimal:

<p>HTML decimal: &#31871;</p>  <!-- Display: 籿 -->

HTML Hexadecimal:

<p>HTML hex: &#x7C7F;</p>  <!-- Display: 籿 -->

URL Encoding:

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

Encodings

MD5:

fd78f3fd841ed5908a44c5bfdc91962d

SHA1:

e34cf366811653ab4f73546d42e51e588e53aeee

Base64:

57G/