C:
char c = '\u533B';
printf("%c\n", c); // Output: 医
JavaScript:
const char = '\u533B';
console.log(char); // Output: 医
Java:
char c = '\u533B';
System.out.println(c); // Output: 医
JSON:
{"text": "\u533B"} // Value: 医
Python:
char = '\u533B'
print(char) # Output: 医
Perl:
my $char = "\x{533B}";
print $char; # Output: 医
PHP:
$char = "\x{533B}";
echo $char; // Output: 医
Ruby:
char = "\u{533B}"
puts char # Output: 医
Rust:
let c = '\u{533B}';
println!("{}", c); // Output: 医
Go:
char := '\u533B'
fmt.Printf("%c\n", char) // Output: 医
CSS:
/* CSS content property */
.element::before {
content: "\00533B"; /* 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=%E5%8C%BB
MD5:
c1fad4ce89620206255965e7f0dc8a6b
SHA1:
67426806bc745acbc255f10b658d9a6bb02bd10b
Base64:
5Yy7