C:
char c = '\u656E';
printf("%c\n", c); // Output: 敮
JavaScript:
const char = '\u656E';
console.log(char); // Output: 敮
Java:
char c = '\u656E';
System.out.println(c); // Output: 敮
JSON:
{"text": "\u656E"} // Value: 敮
Python:
char = '\u656E'
print(char) # Output: 敮
Perl:
my $char = "\x{656E}";
print $char; # Output: 敮
PHP:
$char = "\x{656E}";
echo $char; // Output: 敮
Ruby:
char = "\u{656E}"
puts char # Output: 敮
Rust:
let c = '\u{656E}';
println!("{}", c); // Output: 敮
Go:
char := '\u656E'
fmt.Printf("%c\n", char) // Output: 敮
CSS:
/* CSS content property */
.element::before {
content: "\00656E"; /* 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%AE
MD5:
99c67d2d1ed8037d4a49cbcbee3703df
SHA1:
fc37978f3b4e4ead65a331d35bd9f424f64535f0
Base64:
5pWu