C:
char c = '\u503A';
printf("%c\n", c); // Output: 债
JavaScript:
const char = '\u503A';
console.log(char); // Output: 债
Java:
char c = '\u503A';
System.out.println(c); // Output: 债
JSON:
{"text": "\u503A"} // Value: 债
Python:
char = '\u503A'
print(char) # Output: 债
Perl:
my $char = "\x{503A}";
print $char; # Output: 债
PHP:
$char = "\x{503A}";
echo $char; // Output: 债
Ruby:
char = "\u{503A}"
puts char # Output: 债
Rust:
let c = '\u{503A}';
println!("{}", c); // Output: 债
Go:
char := '\u503A'
fmt.Printf("%c\n", char) // Output: 债
CSS:
/* CSS content property */
.element::before {
content: "\00503A"; /* 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%80%BA
MD5:
52a5f2d968736ac63ba4d7d958551b95
SHA1:
dc15ada949045c08e2d8096ee258da8ae997b374
Base64:
5YC6