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: 沏
CSS:
/* CSS content property */
.element::before {
content: "\006C8F"; /* 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%8F
MD5:
4f318ae4648b71bc8ce15b3358067a6f
SHA1:
f53188ff6cb102cb3b464692ef34e5dc319d238b
Base64:
5rKP