C:
char c = '\u6790';
printf("%c\n", c); // Output: 析
JavaScript:
const char = '\u6790';
console.log(char); // Output: 析
Java:
char c = '\u6790';
System.out.println(c); // Output: 析
JSON:
{"text": "\u6790"} // Value: 析
Python:
char = '\u6790'
print(char) # Output: 析
Perl:
my $char = "\x{6790}";
print $char; # Output: 析
PHP:
$char = "\x{6790}";
echo $char; // Output: 析
Ruby:
char = "\u{6790}"
puts char # Output: 析
Rust:
let c = '\u{6790}';
println!("{}", c); // Output: 析
Go:
char := '\u6790'
fmt.Printf("%c\n", char) // Output: 析
CSS:
/* CSS content property */
.element::before {
content: "\006790"; /* 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%9E%90
MD5:
5aba4dfaaa3b81a7b118c4b54347a313
SHA1:
f3275459e04285ebae73641ddb656d9ff107fe75
Base64:
5p6Q