C:
char c = '\u9634';
printf("%c\n", c); // Output: 阴
JavaScript:
const char = '\u9634';
console.log(char); // Output: 阴
Java:
char c = '\u9634';
System.out.println(c); // Output: 阴
JSON:
{"text": "\u9634"} // Value: 阴
Python:
char = '\u9634'
print(char) # Output: 阴
Perl:
my $char = "\x{9634}";
print $char; # Output: 阴
PHP:
$char = "\x{9634}";
echo $char; // Output: 阴
Ruby:
char = "\u{9634}"
puts char # Output: 阴
Rust:
let c = '\u{9634}';
println!("{}", c); // Output: 阴
Go:
char := '\u9634'
fmt.Printf("%c\n", char) // Output: 阴
CSS:
/* CSS content property */
.element::before {
content: "\009634"; /* 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%98%B4
MD5:
ca4062ed6b26bce6cc06c511e6e02494
SHA1:
ae381edaa151651f265378aee35b65d6c3215591
Base64:
6Zi0