C:
char c = '\u6839';
printf("%c\n", c); // Output: 根
JavaScript:
const char = '\u6839';
console.log(char); // Output: 根
Java:
char c = '\u6839';
System.out.println(c); // Output: 根
JSON:
{"text": "\u6839"} // Value: 根
Python:
char = '\u6839'
print(char) # Output: 根
Perl:
my $char = "\x{6839}";
print $char; # Output: 根
PHP:
$char = "\x{6839}";
echo $char; // Output: 根
Ruby:
char = "\u{6839}"
puts char # Output: 根
Rust:
let c = '\u{6839}';
println!("{}", c); // Output: 根
Go:
char := '\u6839'
fmt.Printf("%c\n", char) // Output: 根
CSS:
/* CSS content property */
.element::before {
content: "\006839"; /* 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=%E6%A0%B9
MD5:
99ef7b0d0959faa61bef232697dae9c4
SHA1:
204efde944c5ba077d8666533fa22f5857ed0f6d
Base64:
5qC5