C:
char c = '\u8835';
printf("%c\n", c); // Output: 蠵
JavaScript:
const char = '\u8835';
console.log(char); // Output: 蠵
Java:
char c = '\u8835';
System.out.println(c); // Output: 蠵
JSON:
{"text": "\u8835"} // Value: 蠵
Python:
char = '\u8835'
print(char) # Output: 蠵
Perl:
my $char = "\x{8835}";
print $char; # Output: 蠵
PHP:
$char = "\x{8835}";
echo $char; // Output: 蠵
Ruby:
char = "\u{8835}"
puts char # Output: 蠵
Rust:
let c = '\u{8835}';
println!("{}", c); // Output: 蠵
Go:
char := '\u8835'
fmt.Printf("%c\n", char) // Output: 蠵
CSS:
/* CSS content property */
.element::before {
content: "\008835"; /* 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%A0%B5
MD5:
b1e72c9dc09cab27681c416d3cedd53f
SHA1:
dc0df68ca019d573e99b901db8a65f3835efc8e2
Base64:
6KC1