C:
char c = '\u6C3F';
printf("%c\n", c); // Output: 氿
JavaScript:
const char = '\u6C3F';
console.log(char); // Output: 氿
Java:
char c = '\u6C3F';
System.out.println(c); // Output: 氿
JSON:
{"text": "\u6C3F"} // Value: 氿
Python:
char = '\u6C3F'
print(char) # Output: 氿
Perl:
my $char = "\x{6C3F}";
print $char; # Output: 氿
PHP:
$char = "\x{6C3F}";
echo $char; // Output: 氿
Ruby:
char = "\u{6C3F}"
puts char # Output: 氿
Rust:
let c = '\u{6C3F}';
println!("{}", c); // Output: 氿
Go:
char := '\u6C3F'
fmt.Printf("%c\n", char) // Output: 氿
CSS:
/* CSS content property */
.element::before {
content: "\006C3F"; /* 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=%E6%B0%BF
MD5:
28b37c8dbae0e6b09fb38acfa76c72ab
SHA1:
0216f98a7ed4c9d6f893a1c96ce5f1cafa38dfb3
Base64:
5rC/