C:
char c = '\u6255';
printf("%c\n", c); // Output: 払
JavaScript:
const char = '\u6255';
console.log(char); // Output: 払
Java:
char c = '\u6255';
System.out.println(c); // Output: 払
JSON:
{"text": "\u6255"} // Value: 払
Python:
char = '\u6255'
print(char) # Output: 払
Perl:
my $char = "\x{6255}";
print $char; # Output: 払
PHP:
$char = "\x{6255}";
echo $char; // Output: 払
Ruby:
char = "\u{6255}"
puts char # Output: 払
Rust:
let c = '\u{6255}';
println!("{}", c); // Output: 払
Go:
char := '\u6255'
fmt.Printf("%c\n", char) // Output: 払
CSS:
/* CSS content property */
.element::before {
content: "\006255"; /* 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=%E6%89%95
MD5:
bd54f17403469d164fbef1f01190e650
SHA1:
009580fec7cccad3dda4ac4b1aeee1f46687d7b6
Base64:
5omV