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