C:
char c = '\u964C';
printf("%c\n", c); // Output: 陌
JavaScript:
const char = '\u964C';
console.log(char); // Output: 陌
Java:
char c = '\u964C';
System.out.println(c); // Output: 陌
JSON:
{"text": "\u964C"} // Value: 陌
Python:
char = '\u964C'
print(char) # Output: 陌
Perl:
my $char = "\x{964C}";
print $char; # Output: 陌
PHP:
$char = "\x{964C}";
echo $char; // Output: 陌
Ruby:
char = "\u{964C}"
puts char # Output: 陌
Rust:
let c = '\u{964C}';
println!("{}", c); // Output: 陌
Go:
char := '\u964C'
fmt.Printf("%c\n", char) // Output: 陌
CSS:
/* CSS content property */
.element::before {
content: "\00964C"; /* 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=%E9%99%8C
MD5:
b121c94ee85e75978154e0e42c929188
SHA1:
75c085d8dd089b03bd013770bf70c2d1a96a1090
Base64:
6ZmM