Unicode Finder

"篧" U+7BE7(CJK UNIFIED IDEOGRAPH-7BE7)

U+7BE7
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-7BE7

Programming

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

Web

CSS
\007BE7
HtmlDecimal
篧
HtmlHexadecimal
篧
Url
%E7%AF%A7

Code

MD5
f7a5a3f50cee73032039bd5de6341e5a
Sha1
ceb3e5e15c80ec55367a5b75e5776271546497c4
Base64
56+n

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7BE7';
console.log(char);  // Output: 篧

Java:

char c = '\u7BE7';
System.out.println(c);  // Output: 篧

JSON:

{"text": "\u7BE7"}  // Value: 篧

Python:

char = '\u7BE7'
print(char)  # Output: 篧

Perl:

my $char = "\x{7BE7}";
print $char;  # Output: 篧

PHP:

$char = "\x{7BE7}";
echo $char;  // Output: 篧

Ruby:

char = "\u{7BE7}"
puts char  # Output: 篧

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31719;</p>  <!-- Display: 篧 -->

HTML Hexadecimal:

<p>HTML hex: &#x7BE7;</p>  <!-- Display: 篧 -->

URL Encoding:

// 篧 URL encoding
https://unicodefinder.com/search.php?query=%E7%AF%A7

Encodings

MD5:

f7a5a3f50cee73032039bd5de6341e5a

SHA1:

ceb3e5e15c80ec55367a5b75e5776271546497c4

Base64:

56+n