Unicode Finder

"泷" U+6CF7(CJK UNIFIED IDEOGRAPH-6CF7)

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

Programming

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

Web

CSS
\006CF7
HtmlDecimal
泷
HtmlHexadecimal
泷
Url
%E6%B3%B7

Code

MD5
64760caf9cab5e24cda11efcb6e6728f
Sha1
403adc876f871f947c5b9f26d6be54a0ac71d330
Base64
5rO3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CF7';
console.log(char);  // Output: 泷

Java:

char c = '\u6CF7';
System.out.println(c);  // Output: 泷

JSON:

{"text": "\u6CF7"}  // Value: 泷

Python:

char = '\u6CF7'
print(char)  # Output: 泷

Perl:

my $char = "\x{6CF7}";
print $char;  # Output: 泷

PHP:

$char = "\x{6CF7}";
echo $char;  // Output: 泷

Ruby:

char = "\u{6CF7}"
puts char  # Output: 泷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27895;</p>  <!-- Display: 泷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CF7;</p>  <!-- Display: 泷 -->

URL Encoding:

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

Encodings

MD5:

64760caf9cab5e24cda11efcb6e6728f

SHA1:

403adc876f871f947c5b9f26d6be54a0ac71d330

Base64:

5rO3