C:
char c = '\u9637';
printf("%c\n", c); // Output: 阷
JavaScript:
const char = '\u9637';
console.log(char); // Output: 阷
Java:
char c = '\u9637';
System.out.println(c); // Output: 阷
JSON:
{"text": "\u9637"} // Value: 阷
Python:
char = '\u9637'
print(char) # Output: 阷
Perl:
my $char = "\x{9637}";
print $char; # Output: 阷
PHP:
$char = "\x{9637}";
echo $char; // Output: 阷
Ruby:
char = "\u{9637}"
puts char # Output: 阷
Rust:
let c = '\u{9637}';
println!("{}", c); // Output: 阷
Go:
char := '\u9637'
fmt.Printf("%c\n", char) // Output: 阷
CSS:
/* CSS content property */
.element::before {
content: "\009637"; /* 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%B7
MD5:
5e3ea5207d95ccd814de7ddb8bca71f9
SHA1:
c07da3dceb27a8d370a36e8dc358ce6c719551aa
Base64:
6Zi3