C:
char c = '\u9638';
printf("%c\n", c); // Output: 阸
JavaScript:
const char = '\u9638';
console.log(char); // Output: 阸
Java:
char c = '\u9638';
System.out.println(c); // Output: 阸
JSON:
{"text": "\u9638"} // Value: 阸
Python:
char = '\u9638'
print(char) # Output: 阸
Perl:
my $char = "\x{9638}";
print $char; # Output: 阸
PHP:
$char = "\x{9638}";
echo $char; // Output: 阸
Ruby:
char = "\u{9638}"
puts char # Output: 阸
Rust:
let c = '\u{9638}';
println!("{}", c); // Output: 阸
Go:
char := '\u9638'
fmt.Printf("%c\n", char) // Output: 阸
CSS:
/* CSS content property */
.element::before {
content: "\009638"; /* 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%B8
MD5:
583192bb1461400941c3d0060dc0b0bb
SHA1:
10d4bc7a18c6c04b59944c52db805033f4c17ef5
Base64:
6Zi4