C:
char c = '\uB03E';
printf("%c\n", c); // Output: 뀾
JavaScript:
const char = '\uB03E';
console.log(char); // Output: 뀾
Java:
char c = '\uB03E';
System.out.println(c); // Output: 뀾
JSON:
{"text": "\uB03E"} // Value: 뀾
Python:
char = '\uB03E'
print(char) # Output: 뀾
Perl:
my $char = "\x{B03E}";
print $char; # Output: 뀾
PHP:
$char = "\x{B03E}";
echo $char; // Output: 뀾
Ruby:
char = "\u{B03E}"
puts char # Output: 뀾
Rust:
let c = '\u{B03E}';
println!("{}", c); // Output: 뀾
Go:
char := '\uB03E'
fmt.Printf("%c\n", char) // Output: 뀾
CSS:
/* CSS content property */
.element::before {
content: "\00B03E"; /* 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%80%BE
MD5:
21b5f6eb4ead256e74dc6b4c6444665a
SHA1:
bc344519d3b3ca66cd6cd56488b37a803762cb51
Base64:
64C+