C:
char c = '\u94BF';
printf("%c\n", c); // Output: 钿
JavaScript:
const char = '\u94BF';
console.log(char); // Output: 钿
Java:
char c = '\u94BF';
System.out.println(c); // Output: 钿
JSON:
{"text": "\u94BF"} // Value: 钿
Python:
char = '\u94BF'
print(char) # Output: 钿
Perl:
my $char = "\x{94BF}";
print $char; # Output: 钿
PHP:
$char = "\x{94BF}";
echo $char; // Output: 钿
Ruby:
char = "\u{94BF}"
puts char # Output: 钿
Rust:
let c = '\u{94BF}';
println!("{}", c); // Output: 钿
Go:
char := '\u94BF'
fmt.Printf("%c\n", char) // Output: 钿
CSS:
/* CSS content property */
.element::before {
content: "\0094BF"; /* 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=%E9%92%BF
MD5:
38e7ec1d9295b4acd796caf6e8d9cfdb
SHA1:
24a511598a43da3621cb31407bb1f32c29b9ccc0
Base64:
6ZK/