C:
char c = '\u70FB';
printf("%c\n", c); // Output: 烻
JavaScript:
const char = '\u70FB';
console.log(char); // Output: 烻
Java:
char c = '\u70FB';
System.out.println(c); // Output: 烻
JSON:
{"text": "\u70FB"} // Value: 烻
Python:
char = '\u70FB'
print(char) # Output: 烻
Perl:
my $char = "\x{70FB}";
print $char; # Output: 烻
PHP:
$char = "\x{70FB}";
echo $char; // Output: 烻
Ruby:
char = "\u{70FB}"
puts char # Output: 烻
Rust:
let c = '\u{70FB}';
println!("{}", c); // Output: 烻
Go:
char := '\u70FB'
fmt.Printf("%c\n", char) // Output: 烻
CSS:
/* CSS content property */
.element::before {
content: "\0070FB"; /* 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%83%BB
MD5:
fd436c35a9826ebd4433b202b4015f0e
SHA1:
6d2d3e03b8d5fcff1cb9902c7da8100c28c7cd90
Base64:
54O7