C:
char c = '\u9EC2';
printf("%c\n", c); // Output: 黂
JavaScript:
const char = '\u9EC2';
console.log(char); // Output: 黂
Java:
char c = '\u9EC2';
System.out.println(c); // Output: 黂
JSON:
{"text": "\u9EC2"} // Value: 黂
Python:
char = '\u9EC2'
print(char) # Output: 黂
Perl:
my $char = "\x{9EC2}";
print $char; # Output: 黂
PHP:
$char = "\x{9EC2}";
echo $char; // Output: 黂
Ruby:
char = "\u{9EC2}"
puts char # Output: 黂
Rust:
let c = '\u{9EC2}';
println!("{}", c); // Output: 黂
Go:
char := '\u9EC2'
fmt.Printf("%c\n", char) // Output: 黂
CSS:
/* CSS content property */
.element::before {
content: "\009EC2"; /* 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%BB%82
MD5:
449c419ba64a71fbb7344b42415460e4
SHA1:
a5c4f43516a05968dbc85c6926f8ce11ed41925c
Base64:
6buC