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