C:
char c = '\u7136';
printf("%c\n", c); // Output: 然
JavaScript:
const char = '\u7136';
console.log(char); // Output: 然
Java:
char c = '\u7136';
System.out.println(c); // Output: 然
JSON:
{"text": "\u7136"} // Value: 然
Python:
char = '\u7136'
print(char) # Output: 然
Perl:
my $char = "\x{7136}";
print $char; # Output: 然
PHP:
$char = "\x{7136}";
echo $char; // Output: 然
Ruby:
char = "\u{7136}"
puts char # Output: 然
Rust:
let c = '\u{7136}';
println!("{}", c); // Output: 然
Go:
char := '\u7136'
fmt.Printf("%c\n", char) // Output: 然
CSS:
/* CSS content property */
.element::before {
content: "\007136"; /* 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=%E7%84%B6
MD5:
21d3e9c69ec3dea2cd23add3ddede023
SHA1:
4e4ea6363b516fa7c2fe8434d1a0f95eddf0022b
Base64:
54S2