Unicode Finder

"泹" U+6CF9(CJK UNIFIED IDEOGRAPH-6CF9)

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

Programming

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

Web

CSS
\006CF9
HtmlDecimal
泹
HtmlHexadecimal
泹
Url
%E6%B3%B9

Code

MD5
e3ad9bc6593cc41f1e23ba0788aef489
Sha1
fce56ce4b71103d7c76063a01b31b46f673a6644
Base64
5rO5

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6CF9';
console.log(char);  // Output: 泹

Java:

char c = '\u6CF9';
System.out.println(c);  // Output: 泹

JSON:

{"text": "\u6CF9"}  // Value: 泹

Python:

char = '\u6CF9'
print(char)  # Output: 泹

Perl:

my $char = "\x{6CF9}";
print $char;  # Output: 泹

PHP:

$char = "\x{6CF9}";
echo $char;  // Output: 泹

Ruby:

char = "\u{6CF9}"
puts char  # Output: 泹

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27897;</p>  <!-- Display: 泹 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CF9;</p>  <!-- Display: 泹 -->

URL Encoding:

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

Encodings

MD5:

e3ad9bc6593cc41f1e23ba0788aef489

SHA1:

fce56ce4b71103d7c76063a01b31b46f673a6644

Base64:

5rO5