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