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