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