Unicode Finder

"泵" U+6CF5(CJK UNIFIED IDEOGRAPH-6CF5)

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

Programming

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

Web

CSS
\006CF5
HtmlDecimal
泵
HtmlHexadecimal
泵
Url
%E6%B3%B5

Code

MD5
78a99fd4e3c1ae2e635823f3a2c541e8
Sha1
5ae13f02be483bc060a8e5c4906c59e51c433451
Base64
5rO1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CF5';
console.log(char);  // Output: 泵

Java:

char c = '\u6CF5';
System.out.println(c);  // Output: 泵

JSON:

{"text": "\u6CF5"}  // Value: 泵

Python:

char = '\u6CF5'
print(char)  # Output: 泵

Perl:

my $char = "\x{6CF5}";
print $char;  # Output: 泵

PHP:

$char = "\x{6CF5}";
echo $char;  // Output: 泵

Ruby:

char = "\u{6CF5}"
puts char  # Output: 泵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27893;</p>  <!-- Display: 泵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CF5;</p>  <!-- Display: 泵 -->

URL Encoding:

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

Encodings

MD5:

78a99fd4e3c1ae2e635823f3a2c541e8

SHA1:

5ae13f02be483bc060a8e5c4906c59e51c433451

Base64:

5rO1