C:
char c = '\u6557';
printf("%c\n", c); // Output: 敗
JavaScript:
const char = '\u6557';
console.log(char); // Output: 敗
Java:
char c = '\u6557';
System.out.println(c); // Output: 敗
JSON:
{"text": "\u6557"} // Value: 敗
Python:
char = '\u6557'
print(char) # Output: 敗
Perl:
my $char = "\x{6557}";
print $char; # Output: 敗
PHP:
$char = "\x{6557}";
echo $char; // Output: 敗
Ruby:
char = "\u{6557}"
puts char # Output: 敗
Rust:
let c = '\u{6557}';
println!("{}", c); // Output: 敗
Go:
char := '\u6557'
fmt.Printf("%c\n", char) // Output: 敗
CSS:
/* CSS content property */
.element::before {
content: "\006557"; /* 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%95%97
MD5:
8a6974cebc6a912d2ceca8992b8302ab
SHA1:
dfc2567e320c60685015b4b1185308bb4f7efb00
Base64:
5pWX