C:
char c = '\uB24B';
printf("%c\n", c); // Output: 뉋
JavaScript:
const char = '\uB24B';
console.log(char); // Output: 뉋
Java:
char c = '\uB24B';
System.out.println(c); // Output: 뉋
JSON:
{"text": "\uB24B"} // Value: 뉋
Python:
char = '\uB24B'
print(char) # Output: 뉋
Perl:
my $char = "\x{B24B}";
print $char; # Output: 뉋
PHP:
$char = "\x{B24B}";
echo $char; // Output: 뉋
Ruby:
char = "\u{B24B}"
puts char # Output: 뉋
Rust:
let c = '\u{B24B}';
println!("{}", c); // Output: 뉋
Go:
char := '\uB24B'
fmt.Printf("%c\n", char) // Output: 뉋
CSS:
/* CSS content property */
.element::before {
content: "\00B24B"; /* 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%89%8B
MD5:
0435088bbf5fe13e495ab4de8e4bee6f
SHA1:
f19b417fd8bea6e33a6590ef4a3f753d260f00f9
Base64:
64mL