C:
char c = '\u9577';
printf("%c\n", c); // Output: 長
JavaScript:
const char = '\u9577';
console.log(char); // Output: 長
Java:
char c = '\u9577';
System.out.println(c); // Output: 長
JSON:
{"text": "\u9577"} // Value: 長
Python:
char = '\u9577'
print(char) # Output: 長
Perl:
my $char = "\x{9577}";
print $char; # Output: 長
PHP:
$char = "\x{9577}";
echo $char; // Output: 長
Ruby:
char = "\u{9577}"
puts char # Output: 長
Rust:
let c = '\u{9577}';
println!("{}", c); // Output: 長
Go:
char := '\u9577'
fmt.Printf("%c\n", char) // Output: 長
CSS:
/* CSS content property */
.element::before {
content: "\009577"; /* 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=%E9%95%B7
MD5:
8d226db0350e423eee0ca372e00d7493
SHA1:
4d2263f112664a13d4cbf19f03c6e3230da6b0eb
Base64:
6ZW3