C:
char c = '\u5034';
printf("%c\n", c); // Output: 倴
JavaScript:
const char = '\u5034';
console.log(char); // Output: 倴
Java:
char c = '\u5034';
System.out.println(c); // Output: 倴
JSON:
{"text": "\u5034"} // Value: 倴
Python:
char = '\u5034'
print(char) # Output: 倴
Perl:
my $char = "\x{5034}";
print $char; # Output: 倴
PHP:
$char = "\x{5034}";
echo $char; // Output: 倴
Ruby:
char = "\u{5034}"
puts char # Output: 倴
Rust:
let c = '\u{5034}';
println!("{}", c); // Output: 倴
Go:
char := '\u5034'
fmt.Printf("%c\n", char) // Output: 倴
CSS:
/* CSS content property */
.element::before {
content: "\005034"; /* 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%B4
MD5:
8cae601b6fb19cfa5e49206a4f6913e2
SHA1:
93d3ce84cdf84111956748cdb7b23266453977a6
Base64:
5YC0