C:
char c = '\uB73A';
printf("%c\n", c); // Output: 뜺
JavaScript:
const char = '\uB73A';
console.log(char); // Output: 뜺
Java:
char c = '\uB73A';
System.out.println(c); // Output: 뜺
JSON:
{"text": "\uB73A"} // Value: 뜺
Python:
char = '\uB73A'
print(char) # Output: 뜺
Perl:
my $char = "\x{B73A}";
print $char; # Output: 뜺
PHP:
$char = "\x{B73A}";
echo $char; // Output: 뜺
Ruby:
char = "\u{B73A}"
puts char # Output: 뜺
Rust:
let c = '\u{B73A}';
println!("{}", c); // Output: 뜺
Go:
char := '\uB73A'
fmt.Printf("%c\n", char) // Output: 뜺
CSS:
/* CSS content property */
.element::before {
content: "\00B73A"; /* 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%9C%BA
MD5:
803b7aea40657c5b18920e768fb160ec
SHA1:
37720311044106d8f7ea5cc5d1e6d6335c85a628
Base64:
65y6