C:
char c = '\uB929';
printf("%c\n", c); // Output: 뤩
JavaScript:
const char = '\uB929';
console.log(char); // Output: 뤩
Java:
char c = '\uB929';
System.out.println(c); // Output: 뤩
JSON:
{"text": "\uB929"} // Value: 뤩
Python:
char = '\uB929'
print(char) # Output: 뤩
Perl:
my $char = "\x{B929}";
print $char; # Output: 뤩
PHP:
$char = "\x{B929}";
echo $char; // Output: 뤩
Ruby:
char = "\u{B929}"
puts char # Output: 뤩
Rust:
let c = '\u{B929}';
println!("{}", c); // Output: 뤩
Go:
char := '\uB929'
fmt.Printf("%c\n", char) // Output: 뤩
CSS:
/* CSS content property */
.element::before {
content: "\00B929"; /* 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=%EB%A4%A9
MD5:
6e55342337574eff3bbc0e4a988c2711
SHA1:
22043243af96243a8974b31c149048275c31b383
Base64:
66Sp