C:
char c = '\u671B';
printf("%c\n", c); // Output: 望
JavaScript:
const char = '\u671B';
console.log(char); // Output: 望
Java:
char c = '\u671B';
System.out.println(c); // Output: 望
JSON:
{"text": "\u671B"} // Value: 望
Python:
char = '\u671B'
print(char) # Output: 望
Perl:
my $char = "\x{671B}";
print $char; # Output: 望
PHP:
$char = "\x{671B}";
echo $char; // Output: 望
Ruby:
char = "\u{671B}"
puts char # Output: 望
Rust:
let c = '\u{671B}';
println!("{}", c); // Output: 望
Go:
char := '\u671B'
fmt.Printf("%c\n", char) // Output: 望
CSS:
/* CSS content property */
.element::before {
content: "\00671B"; /* 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%9C%9B
MD5:
0b3b0d0e3ad0a304e53f6ac13686356e
SHA1:
0c45066b6416e2db6031059aaacd95092a117b97
Base64:
5pyb