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