Unicode Finder

"泲" U+6CF2(CJK UNIFIED IDEOGRAPH-6CF2)

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

Programming

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

Web

CSS
\006CF2
HtmlDecimal
泲
HtmlHexadecimal
泲
Url
%E6%B3%B2

Code

MD5
0a787ee17f1eb418b58c3e2c871e9c0e
Sha1
31e17e432634b8118ff76142551c66853bec564d
Base64
5rOy

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CF2';
console.log(char);  // Output: 泲

Java:

char c = '\u6CF2';
System.out.println(c);  // Output: 泲

JSON:

{"text": "\u6CF2"}  // Value: 泲

Python:

char = '\u6CF2'
print(char)  # Output: 泲

Perl:

my $char = "\x{6CF2}";
print $char;  # Output: 泲

PHP:

$char = "\x{6CF2}";
echo $char;  // Output: 泲

Ruby:

char = "\u{6CF2}"
puts char  # Output: 泲

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27890;</p>  <!-- Display: 泲 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CF2;</p>  <!-- Display: 泲 -->

URL Encoding:

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

Encodings

MD5:

0a787ee17f1eb418b58c3e2c871e9c0e

SHA1:

31e17e432634b8118ff76142551c66853bec564d

Base64:

5rOy