C:
char c = '\u9052';
printf("%c\n", c); // Output: 遒
JavaScript:
const char = '\u9052';
console.log(char); // Output: 遒
Java:
char c = '\u9052';
System.out.println(c); // Output: 遒
JSON:
{"text": "\u9052"} // Value: 遒
Python:
char = '\u9052'
print(char) # Output: 遒
Perl:
my $char = "\x{9052}";
print $char; # Output: 遒
PHP:
$char = "\x{9052}";
echo $char; // Output: 遒
Ruby:
char = "\u{9052}"
puts char # Output: 遒
Rust:
let c = '\u{9052}';
println!("{}", c); // Output: 遒
Go:
char := '\u9052'
fmt.Printf("%c\n", char) // Output: 遒
CSS:
/* CSS content property */
.element::before {
content: "\009052"; /* 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%92
MD5:
fe3ce7398d5a73fac3dba74c0d49e675
SHA1:
0cead9695160fee02f2ba62f5b65ac371ce42b75
Base64:
6YGS