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: 溯
CSS:
/* CSS content property */
.element::before {
content: "\006EAF"; /* Display: 溯 */
}
HTML Decimal:
<p>HTML decimal: 溯</p> <!-- Display: 溯 -->
HTML Hexadecimal:
<p>HTML hex: 溯</p> <!-- Display: 溯 -->
URL Encoding:
// 溯 URL encoding
https://unicodefinder.com/search.php?query=%E6%BA%AF
MD5:
51015447900e8c26bb72f23309978622
SHA1:
878bbdd29d3f2d27c318e77392f80db41a38c9e0
Base64:
5rqv