C:
char c = '\u963A';
printf("%c\n", c); // Output: 阺
JavaScript:
const char = '\u963A';
console.log(char); // Output: 阺
Java:
char c = '\u963A';
System.out.println(c); // Output: 阺
JSON:
{"text": "\u963A"} // Value: 阺
Python:
char = '\u963A'
print(char) # Output: 阺
Perl:
my $char = "\x{963A}";
print $char; # Output: 阺
PHP:
$char = "\x{963A}";
echo $char; // Output: 阺
Ruby:
char = "\u{963A}"
puts char # Output: 阺
Rust:
let c = '\u{963A}';
println!("{}", c); // Output: 阺
Go:
char := '\u963A'
fmt.Printf("%c\n", char) // Output: 阺
CSS:
/* CSS content property */
.element::before {
content: "\00963A"; /* 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%BA
MD5:
ec94cf305d5ed730d820248fdf19f2af
SHA1:
14c2b5920b025e089e6e8905f0c0b4a912470c6c
Base64:
6Zi6