C:
char c = '\u7135';
printf("%c\n", c); // Output: 焵
JavaScript:
const char = '\u7135';
console.log(char); // Output: 焵
Java:
char c = '\u7135';
System.out.println(c); // Output: 焵
JSON:
{"text": "\u7135"} // Value: 焵
Python:
char = '\u7135'
print(char) # Output: 焵
Perl:
my $char = "\x{7135}";
print $char; # Output: 焵
PHP:
$char = "\x{7135}";
echo $char; // Output: 焵
Ruby:
char = "\u{7135}"
puts char # Output: 焵
Rust:
let c = '\u{7135}';
println!("{}", c); // Output: 焵
Go:
char := '\u7135'
fmt.Printf("%c\n", char) // Output: 焵
CSS:
/* CSS content property */
.element::before {
content: "\007135"; /* 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%B5
MD5:
c85d66a6d4ff9a5bade6cbe011fff982
SHA1:
776c8ef5bc63dfa389b4e11c35611473162a5dc2
Base64:
54S1