C:
char c = '\u9071';
printf("%c\n", c); // Output: 遱
JavaScript:
const char = '\u9071';
console.log(char); // Output: 遱
Java:
char c = '\u9071';
System.out.println(c); // Output: 遱
JSON:
{"text": "\u9071"} // Value: 遱
Python:
char = '\u9071'
print(char) # Output: 遱
Perl:
my $char = "\x{9071}";
print $char; # Output: 遱
PHP:
$char = "\x{9071}";
echo $char; // Output: 遱
Ruby:
char = "\u{9071}"
puts char # Output: 遱
Rust:
let c = '\u{9071}';
println!("{}", c); // Output: 遱
Go:
char := '\u9071'
fmt.Printf("%c\n", char) // Output: 遱
CSS:
/* CSS content property */
.element::before {
content: "\009071"; /* 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%81%B1
MD5:
6bd1b9273edd6765378bd79df63d665d
SHA1:
9446073a1bd9f6fa69230276755c42334aed07e3
Base64:
6YGx