C:
char c = '\u8E33';
printf("%c\n", c); // Output: 踳
JavaScript:
const char = '\u8E33';
console.log(char); // Output: 踳
Java:
char c = '\u8E33';
System.out.println(c); // Output: 踳
JSON:
{"text": "\u8E33"} // Value: 踳
Python:
char = '\u8E33'
print(char) # Output: 踳
Perl:
my $char = "\x{8E33}";
print $char; # Output: 踳
PHP:
$char = "\x{8E33}";
echo $char; // Output: 踳
Ruby:
char = "\u{8E33}"
puts char # Output: 踳
Rust:
let c = '\u{8E33}';
println!("{}", c); // Output: 踳
Go:
char := '\u8E33'
fmt.Printf("%c\n", char) // Output: 踳
CSS:
/* CSS content property */
.element::before {
content: "\008E33"; /* 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=%E8%B8%B3
MD5:
c9d383c0f3e6e23addf0826c7063ba65
SHA1:
466c42f48053d28d3260b9124f6421c62eb9b716
Base64:
6Liz