Unicode Finder

"瀖" U+7016(CJK UNIFIED IDEOGRAPH-7016)

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

Programming

C
\u7016
JavaScript
\u7016
Java
\u7016
Json
\u7016
Python
\u7016
Perl
\x{7016}
PHP
\x{7016}
Ruby
\u{7016}
Rust
\u{7016}
Go
\u7016

Web

CSS
\007016
HtmlDecimal
瀖
HtmlHexadecimal
瀖
Url
%E7%80%96

Code

MD5
dc390a351d119ae71c9118a513791d27
Sha1
f793d4b1160e3c07d0827d3f776702345d2aaf4b
Base64
54CW

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7016';
console.log(char);  // Output: 瀖

Java:

char c = '\u7016';
System.out.println(c);  // Output: 瀖

JSON:

{"text": "\u7016"}  // Value: 瀖

Python:

char = '\u7016'
print(char)  # Output: 瀖

Perl:

my $char = "\x{7016}";
print $char;  # Output: 瀖

PHP:

$char = "\x{7016}";
echo $char;  // Output: 瀖

Ruby:

char = "\u{7016}"
puts char  # Output: 瀖

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007016";  /* Display: 瀖 */
}

HTML Decimal:

<p>HTML decimal: &#28694;</p>  <!-- Display: 瀖 -->

HTML Hexadecimal:

<p>HTML hex: &#x7016;</p>  <!-- Display: 瀖 -->

URL Encoding:

// 瀖 URL encoding
https://unicodefinder.com/search.php?query=%E7%80%96

Encodings

MD5:

dc390a351d119ae71c9118a513791d27

SHA1:

f793d4b1160e3c07d0827d3f776702345d2aaf4b

Base64:

54CW