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