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