C:
char c = '\u4FAC';
printf("%c\n", c); // Output: 侬
JavaScript:
const char = '\u4FAC';
console.log(char); // Output: 侬
Java:
char c = '\u4FAC';
System.out.println(c); // Output: 侬
JSON:
{"text": "\u4FAC"} // Value: 侬
Python:
char = '\u4FAC'
print(char) # Output: 侬
Perl:
my $char = "\x{4FAC}";
print $char; # Output: 侬
PHP:
$char = "\x{4FAC}";
echo $char; // Output: 侬
Ruby:
char = "\u{4FAC}"
puts char # Output: 侬
Rust:
let c = '\u{4FAC}';
println!("{}", c); // Output: 侬
Go:
char := '\u4FAC'
fmt.Printf("%c\n", char) // Output: 侬
CSS:
/* CSS content property */
.element::before {
content: "\004FAC"; /* 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=%E4%BE%AC
MD5:
1e69da802929a1bf189c77c8eae43164
SHA1:
82a6170a29fd9ab15c758417e9074efa500101aa
Base64:
5L6s