Unicode Finder

"泼" U+6CFC(CJK UNIFIED IDEOGRAPH-6CFC)

U+6CFC
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6CFC

Programming

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

Web

CSS
\006CFC
HtmlDecimal
泼
HtmlHexadecimal
泼
Url
%E6%B3%BC

Code

MD5
b41d6f035afc76c3900a71a0f3e003e7
Sha1
785bad23ad6adc9bec9121e2131fd40bcfc91487
Base64
5rO8

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6CFC';
console.log(char);  // Output: 泼

Java:

char c = '\u6CFC';
System.out.println(c);  // Output: 泼

JSON:

{"text": "\u6CFC"}  // Value: 泼

Python:

char = '\u6CFC'
print(char)  # Output: 泼

Perl:

my $char = "\x{6CFC}";
print $char;  # Output: 泼

PHP:

$char = "\x{6CFC}";
echo $char;  // Output: 泼

Ruby:

char = "\u{6CFC}"
puts char  # Output: 泼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27900;</p>  <!-- Display: 泼 -->

HTML Hexadecimal:

<p>HTML hex: &#x6CFC;</p>  <!-- Display: 泼 -->

URL Encoding:

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

Encodings

MD5:

b41d6f035afc76c3900a71a0f3e003e7

SHA1:

785bad23ad6adc9bec9121e2131fd40bcfc91487

Base64:

5rO8