C:
char c = '\u6F3F';
printf("%c\n", c); // Output: 漿
JavaScript:
const char = '\u6F3F';
console.log(char); // Output: 漿
Java:
char c = '\u6F3F';
System.out.println(c); // Output: 漿
JSON:
{"text": "\u6F3F"} // Value: 漿
Python:
char = '\u6F3F'
print(char) # Output: 漿
Perl:
my $char = "\x{6F3F}";
print $char; # Output: 漿
PHP:
$char = "\x{6F3F}";
echo $char; // Output: 漿
Ruby:
char = "\u{6F3F}"
puts char # Output: 漿
Rust:
let c = '\u{6F3F}';
println!("{}", c); // Output: 漿
Go:
char := '\u6F3F'
fmt.Printf("%c\n", char) // Output: 漿
CSS:
/* CSS content property */
.element::before {
content: "\006F3F"; /* 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%BC%BF
MD5:
06c6d36d69f51b3db7beb05e30d9e447
SHA1:
06667f8eb4c9c7099ee6f5bc865551c1f0bd31c8
Base64:
5ry/