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