C:
char c = '\u712B';
printf("%c\n", c); // Output: 焫
JavaScript:
const char = '\u712B';
console.log(char); // Output: 焫
Java:
char c = '\u712B';
System.out.println(c); // Output: 焫
JSON:
{"text": "\u712B"} // Value: 焫
Python:
char = '\u712B'
print(char) # Output: 焫
Perl:
my $char = "\x{712B}";
print $char; # Output: 焫
PHP:
$char = "\x{712B}";
echo $char; // Output: 焫
Ruby:
char = "\u{712B}"
puts char # Output: 焫
Rust:
let c = '\u{712B}';
println!("{}", c); // Output: 焫
Go:
char := '\u712B'
fmt.Printf("%c\n", char) // Output: 焫
CSS:
/* CSS content property */
.element::before {
content: "\00712B"; /* 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%AB
MD5:
07a1a609099fac6b340eb17ad9a95c5c
SHA1:
ef4572def0fe7f1a392466e59addfceba466c6ff
Base64:
54Sr