C:
char c = '\u9075';
printf("%c\n", c); // Output: 遵
JavaScript:
const char = '\u9075';
console.log(char); // Output: 遵
Java:
char c = '\u9075';
System.out.println(c); // Output: 遵
JSON:
{"text": "\u9075"} // Value: 遵
Python:
char = '\u9075'
print(char) # Output: 遵
Perl:
my $char = "\x{9075}";
print $char; # Output: 遵
PHP:
$char = "\x{9075}";
echo $char; // Output: 遵
Ruby:
char = "\u{9075}"
puts char # Output: 遵
Rust:
let c = '\u{9075}';
println!("{}", c); // Output: 遵
Go:
char := '\u9075'
fmt.Printf("%c\n", char) // Output: 遵
CSS:
/* CSS content property */
.element::before {
content: "\009075"; /* 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%B5
MD5:
795a540888c8f3d01ecfe288310922b0
SHA1:
f9afece94c2c420a8dfe7a2b336e24f469f527f6
Base64:
6YG1