C:
char c = '\uB919';
printf("%c\n", c); // Output: 뤙
JavaScript:
const char = '\uB919';
console.log(char); // Output: 뤙
Java:
char c = '\uB919';
System.out.println(c); // Output: 뤙
JSON:
{"text": "\uB919"} // Value: 뤙
Python:
char = '\uB919'
print(char) # Output: 뤙
Perl:
my $char = "\x{B919}";
print $char; # Output: 뤙
PHP:
$char = "\x{B919}";
echo $char; // Output: 뤙
Ruby:
char = "\u{B919}"
puts char # Output: 뤙
Rust:
let c = '\u{B919}';
println!("{}", c); // Output: 뤙
Go:
char := '\uB919'
fmt.Printf("%c\n", char) // Output: 뤙
CSS:
/* CSS content property */
.element::before {
content: "\00B919"; /* 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%99
MD5:
f53fdb44a0e859ae3b701ee2534dccc1
SHA1:
13e3cf932336eb6c8520f65cc6a6b3730c047ae7
Base64:
66SZ