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