Unicode Finder

"溯" U+6EAF(CJK UNIFIED IDEOGRAPH-6EAF)

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

Programming

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

Web

CSS
\006EAF
HtmlDecimal
溯
HtmlHexadecimal
溯
Url
%E6%BA%AF

Code

MD5
51015447900e8c26bb72f23309978622
Sha1
878bbdd29d3f2d27c318e77392f80db41a38c9e0
Base64
5rqv

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6EAF';
console.log(char);  // Output: 溯

Java:

char c = '\u6EAF';
System.out.println(c);  // Output: 溯

JSON:

{"text": "\u6EAF"}  // Value: 溯

Python:

char = '\u6EAF'
print(char)  # Output: 溯

Perl:

my $char = "\x{6EAF}";
print $char;  # Output: 溯

PHP:

$char = "\x{6EAF}";
echo $char;  // Output: 溯

Ruby:

char = "\u{6EAF}"
puts char  # Output: 溯

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#28335;</p>  <!-- Display: 溯 -->

HTML Hexadecimal:

<p>HTML hex: &#x6EAF;</p>  <!-- Display: 溯 -->

URL Encoding:

// 溯 URL encoding
https://unicodefinder.com/search.php?query=%E6%BA%AF

Encodings

MD5:

51015447900e8c26bb72f23309978622

SHA1:

878bbdd29d3f2d27c318e77392f80db41a38c9e0

Base64:

5rqv