C:
char c = '\u8633';
printf("%c\n", c); // Output: 蘳
JavaScript:
const char = '\u8633';
console.log(char); // Output: 蘳
Java:
char c = '\u8633';
System.out.println(c); // Output: 蘳
JSON:
{"text": "\u8633"} // Value: 蘳
Python:
char = '\u8633'
print(char) # Output: 蘳
Perl:
my $char = "\x{8633}";
print $char; # Output: 蘳
PHP:
$char = "\x{8633}";
echo $char; // Output: 蘳
Ruby:
char = "\u{8633}"
puts char # Output: 蘳
Rust:
let c = '\u{8633}';
println!("{}", c); // Output: 蘳
Go:
char := '\u8633'
fmt.Printf("%c\n", char) // Output: 蘳
CSS:
/* CSS content property */
.element::before {
content: "\008633"; /* 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%B3
MD5:
c263ef61e4a5bae04c09020911b11cb4
SHA1:
3648a39fdab06b66a5dc5005a4d43d768d1f3f64
Base64:
6Jiz