C:
char c = '\u960F';
printf("%c\n", c); // Output: 阏
JavaScript:
const char = '\u960F';
console.log(char); // Output: 阏
Java:
char c = '\u960F';
System.out.println(c); // Output: 阏
JSON:
{"text": "\u960F"} // Value: 阏
Python:
char = '\u960F'
print(char) # Output: 阏
Perl:
my $char = "\x{960F}";
print $char; # Output: 阏
PHP:
$char = "\x{960F}";
echo $char; // Output: 阏
Ruby:
char = "\u{960F}"
puts char # Output: 阏
Rust:
let c = '\u{960F}';
println!("{}", c); // Output: 阏
Go:
char := '\u960F'
fmt.Printf("%c\n", char) // Output: 阏
CSS:
/* CSS content property */
.element::before {
content: "\00960F"; /* 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%8F
MD5:
8760fd3d9876405c8be106d1b0e0a2a8
SHA1:
4e5d98ab790d19b2ff9fbcb0ac89ef95945faaa8
Base64:
6ZiP