Unicode Finder

"澎" U+6F8E(CJK UNIFIED IDEOGRAPH-6F8E)

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

Programming

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

Web

CSS
\006F8E
HtmlDecimal
澎
HtmlHexadecimal
澎
Url
%E6%BE%8E

Code

MD5
5431a59c8f83b86deffae8955ba311d9
Sha1
39b4b890b54fd124d9c224677a71247d257cee61
Base64
5r6O

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6F8E';
console.log(char);  // Output: 澎

Java:

char c = '\u6F8E';
System.out.println(c);  // Output: 澎

JSON:

{"text": "\u6F8E"}  // Value: 澎

Python:

char = '\u6F8E'
print(char)  # Output: 澎

Perl:

my $char = "\x{6F8E}";
print $char;  # Output: 澎

PHP:

$char = "\x{6F8E}";
echo $char;  // Output: 澎

Ruby:

char = "\u{6F8E}"
puts char  # Output: 澎

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28558;</p>  <!-- Display: 澎 -->

HTML Hexadecimal:

<p>HTML hex: &#x6F8E;</p>  <!-- Display: 澎 -->

URL Encoding:

// 澎 URL encoding
https://unicodefinder.com/search.php?query=%E6%BE%8E

Encodings

MD5:

5431a59c8f83b86deffae8955ba311d9

SHA1:

39b4b890b54fd124d9c224677a71247d257cee61

Base64:

5r6O