Unicode Finder

"沏" U+6C8F(CJK UNIFIED IDEOGRAPH-6C8F)

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

Programming

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

Web

CSS
\006C8F
HtmlDecimal
沏
HtmlHexadecimal
沏
Url
%E6%B2%8F

Code

MD5
4f318ae4648b71bc8ce15b3358067a6f
Sha1
f53188ff6cb102cb3b464692ef34e5dc319d238b
Base64
5rKP

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6C8F';
console.log(char);  // Output: 沏

Java:

char c = '\u6C8F';
System.out.println(c);  // Output: 沏

JSON:

{"text": "\u6C8F"}  // Value: 沏

Python:

char = '\u6C8F'
print(char)  # Output: 沏

Perl:

my $char = "\x{6C8F}";
print $char;  # Output: 沏

PHP:

$char = "\x{6C8F}";
echo $char;  // Output: 沏

Ruby:

char = "\u{6C8F}"
puts char  # Output: 沏

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27791;</p>  <!-- Display: 沏 -->

HTML Hexadecimal:

<p>HTML hex: &#x6C8F;</p>  <!-- Display: 沏 -->

URL Encoding:

// 沏 URL encoding
https://unicodefinder.com/search.php?query=%E6%B2%8F

Encodings

MD5:

4f318ae4648b71bc8ce15b3358067a6f

SHA1:

f53188ff6cb102cb3b464692ef34e5dc319d238b

Base64:

5rKP