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