C:
char c = '\u511F';
printf("%c\n", c); // Output: 償
JavaScript:
const char = '\u511F';
console.log(char); // Output: 償
Java:
char c = '\u511F';
System.out.println(c); // Output: 償
JSON:
{"text": "\u511F"} // Value: 償
Python:
char = '\u511F'
print(char) # Output: 償
Perl:
my $char = "\x{511F}";
print $char; # Output: 償
PHP:
$char = "\x{511F}";
echo $char; // Output: 償
Ruby:
char = "\u{511F}"
puts char # Output: 償
Rust:
let c = '\u{511F}';
println!("{}", c); // Output: 償
Go:
char := '\u511F'
fmt.Printf("%c\n", char) // Output: 償
CSS:
/* CSS content property */
.element::before {
content: "\00511F"; /* 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%84%9F
MD5:
3d2c62f2c448f476ce2fccda0799b835
SHA1:
1900798dfc97980a0592ca53d587c343ea9460d9
Base64:
5YSf