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