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