Unicode Finder

"朋" U+670B(CJK UNIFIED IDEOGRAPH-670B)

U+670B
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-670B

Programming

C
\u670B
JavaScript
\u670B
Java
\u670B
Json
\u670B
Python
\u670B
Perl
\x{670B}
PHP
\x{670B}
Ruby
\u{670B}
Rust
\u{670B}
Go
\u670B

Web

CSS
\00670B
HtmlDecimal
朋
HtmlHexadecimal
朋
Url
%E6%9C%8B

Code

MD5
75767133ff6e5d1d06a7a133b9ed3318
Sha1
01fd270dc700310f579280d9a60289506ddcff1c
Base64
5pyL

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u670B';
console.log(char);  // Output: 朋

Java:

char c = '\u670B';
System.out.println(c);  // Output: 朋

JSON:

{"text": "\u670B"}  // Value: 朋

Python:

char = '\u670B'
print(char)  # Output: 朋

Perl:

my $char = "\x{670B}";
print $char;  # Output: 朋

PHP:

$char = "\x{670B}";
echo $char;  // Output: 朋

Ruby:

char = "\u{670B}"
puts char  # Output: 朋

Rust:

let c = '\u{670B}';
println!("{}", c);  // Output: 朋

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00670B";  /* Display: 朋 */
}

HTML Decimal:

<p>HTML decimal: &#26379;</p>  <!-- Display: 朋 -->

HTML Hexadecimal:

<p>HTML hex: &#x670B;</p>  <!-- Display: 朋 -->

URL Encoding:

// 朋 URL encoding
https://unicodefinder.com/search.php?query=%E6%9C%8B

Encodings

MD5:

75767133ff6e5d1d06a7a133b9ed3318

SHA1:

01fd270dc700310f579280d9a60289506ddcff1c

Base64:

5pyL