Unicode Finder

"朴" U+6734(CJK UNIFIED IDEOGRAPH-6734)

U+6734
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6734

Programming

C
\u6734
JavaScript
\u6734
Java
\u6734
Json
\u6734
Python
\u6734
Perl
\x{6734}
PHP
\x{6734}
Ruby
\u{6734}
Rust
\u{6734}
Go
\u6734

Web

CSS
\006734
HtmlDecimal
朴
HtmlHexadecimal
朴
Url
%E6%9C%B4

Code

MD5
ecc3b0ec7dc2234a4284c904c681228c
Sha1
ef324608b650335cedcc86aeb79e132123b7e7da
Base64
5py0

使用示例

Programming Languages

C:

char c = '\u6734';
printf("%c\n", c);  // Output: 朴

JavaScript:

const char = '\u6734';
console.log(char);  // Output: 朴

Java:

char c = '\u6734';
System.out.println(c);  // Output: 朴

JSON:

{"text": "\u6734"}  // Value: 朴

Python:

char = '\u6734'
print(char)  # Output: 朴

Perl:

my $char = "\x{6734}";
print $char;  # Output: 朴

PHP:

$char = "\x{6734}";
echo $char;  // Output: 朴

Ruby:

char = "\u{6734}"
puts char  # Output: 朴

Rust:

let c = '\u{6734}';
println!("{}", c);  // Output: 朴

Go:

char := '\u6734'
fmt.Printf("%c\n", char)  // Output: 朴

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006734";  /* Display: 朴 */
}

HTML Decimal:

<p>HTML decimal: &#26420;</p>  <!-- Display: 朴 -->

HTML Hexadecimal:

<p>HTML hex: &#x6734;</p>  <!-- Display: 朴 -->

URL Encoding:

// 朴 URL encoding
https://unicodefinder.com/search.php?query=%E6%9C%B4

Encodings

MD5:

ecc3b0ec7dc2234a4284c904c681228c

SHA1:

ef324608b650335cedcc86aeb79e132123b7e7da

Base64:

5py0