Unicode Finder

"沷" U+6CB7(CJK UNIFIED IDEOGRAPH-6CB7)

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

Programming

C
\u6CB7
JavaScript
\u6CB7
Java
\u6CB7
Json
\u6CB7
Python
\u6CB7
Perl
\x{6CB7}
PHP
\x{6CB7}
Ruby
\u{6CB7}
Rust
\u{6CB7}
Go
\u6CB7

Web

CSS
\006CB7
HtmlDecimal
沷
HtmlHexadecimal
沷
Url
%E6%B2%B7

Code

MD5
a15dee3b08a7e00278e366b1b5ba910d
Sha1
6c60d8c1a59858d6c3f25c4f9955e1642f791016
Base64
5rK3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CB7';
console.log(char);  // Output: 沷

Java:

char c = '\u6CB7';
System.out.println(c);  // Output: 沷

JSON:

{"text": "\u6CB7"}  // Value: 沷

Python:

char = '\u6CB7'
print(char)  # Output: 沷

Perl:

my $char = "\x{6CB7}";
print $char;  # Output: 沷

PHP:

$char = "\x{6CB7}";
echo $char;  // Output: 沷

Ruby:

char = "\u{6CB7}"
puts char  # Output: 沷

Rust:

let c = '\u{6CB7}';
println!("{}", c);  // Output: 沷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006CB7";  /* Display: 沷 */
}

HTML Decimal:

<p>HTML decimal: &#27831;</p>  <!-- Display: 沷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CB7;</p>  <!-- Display: 沷 -->

URL Encoding:

// 沷 URL encoding
https://unicodefinder.com/search.php?query=%E6%B2%B7

Encodings

MD5:

a15dee3b08a7e00278e366b1b5ba910d

SHA1:

6c60d8c1a59858d6c3f25c4f9955e1642f791016

Base64:

5rK3