C:
char c = '\u71EC';
printf("%c\n", c); // Output: 燬
JavaScript:
const char = '\u71EC';
console.log(char); // Output: 燬
Java:
char c = '\u71EC';
System.out.println(c); // Output: 燬
JSON:
{"text": "\u71EC"} // Value: 燬
Python:
char = '\u71EC'
print(char) # Output: 燬
Perl:
my $char = "\x{71EC}";
print $char; # Output: 燬
PHP:
$char = "\x{71EC}";
echo $char; // Output: 燬
Ruby:
char = "\u{71EC}"
puts char # Output: 燬
Rust:
let c = '\u{71EC}';
println!("{}", c); // Output: 燬
Go:
char := '\u71EC'
fmt.Printf("%c\n", char) // Output: 燬
CSS:
/* CSS content property */
.element::before {
content: "\0071EC"; /* 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%87%AC
MD5:
20853bf5829ce2192f503f10dba7ea91
SHA1:
7cba946dd0da7e7bdfe50f2e9589d728b502dd30
Base64:
54es