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