C:
char c = '\u7531';
printf("%c\n", c); // Output: 由
JavaScript:
const char = '\u7531';
console.log(char); // Output: 由
Java:
char c = '\u7531';
System.out.println(c); // Output: 由
JSON:
{"text": "\u7531"} // Value: 由
Python:
char = '\u7531'
print(char) # Output: 由
Perl:
my $char = "\x{7531}";
print $char; # Output: 由
PHP:
$char = "\x{7531}";
echo $char; // Output: 由
Ruby:
char = "\u{7531}"
puts char # Output: 由
Rust:
let c = '\u{7531}';
println!("{}", c); // Output: 由
Go:
char := '\u7531'
fmt.Printf("%c\n", char) // Output: 由
CSS:
/* CSS content property */
.element::before {
content: "\007531"; /* 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=%E7%94%B1
MD5:
4b075caf74d9d1935c5da8b6fc853c6f
SHA1:
2b86dd4507bc9478636ccdffb35bd4c9db132cbd
Base64:
55Sx