C:
char c = '\u9077';
printf("%c\n", c); // Output: 遷
JavaScript:
const char = '\u9077';
console.log(char); // Output: 遷
Java:
char c = '\u9077';
System.out.println(c); // Output: 遷
JSON:
{"text": "\u9077"} // Value: 遷
Python:
char = '\u9077'
print(char) # Output: 遷
Perl:
my $char = "\x{9077}";
print $char; # Output: 遷
PHP:
$char = "\x{9077}";
echo $char; // Output: 遷
Ruby:
char = "\u{9077}"
puts char # Output: 遷
Rust:
let c = '\u{9077}';
println!("{}", c); // Output: 遷
Go:
char := '\u9077'
fmt.Printf("%c\n", char) // Output: 遷
CSS:
/* CSS content property */
.element::before {
content: "\009077"; /* 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%B7
MD5:
8ab3f30ef43aff9bf041cdd1094f2133
SHA1:
20fda17c4062927413eaa72c683d9035f02ab120
Base64:
6YG3