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