C:
char c = '\u6E14';
printf("%c\n", c); // Output: 渔
JavaScript:
const char = '\u6E14';
console.log(char); // Output: 渔
Java:
char c = '\u6E14';
System.out.println(c); // Output: 渔
JSON:
{"text": "\u6E14"} // Value: 渔
Python:
char = '\u6E14'
print(char) # Output: 渔
Perl:
my $char = "\x{6E14}";
print $char; # Output: 渔
PHP:
$char = "\x{6E14}";
echo $char; // Output: 渔
Ruby:
char = "\u{6E14}"
puts char # Output: 渔
Rust:
let c = '\u{6E14}';
println!("{}", c); // Output: 渔
Go:
char := '\u6E14'
fmt.Printf("%c\n", char) // Output: 渔
CSS:
/* CSS content property */
.element::before {
content: "\006E14"; /* 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%B8%94
MD5:
7a9f87a888fbdeffcc4de4ddaf9e8dab
SHA1:
13b9bb89c05f13881c0a6e048bc6f8f3716d67b7
Base64:
5riU