Unicode Finder

"源" U+6E90(CJK UNIFIED IDEOGRAPH-6E90)

U+6E90
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6E90

Programming

C
\u6E90
JavaScript
\u6E90
Java
\u6E90
Json
\u6E90
Python
\u6E90
Perl
\x{6E90}
PHP
\x{6E90}
Ruby
\u{6E90}
Rust
\u{6E90}
Go
\u6E90

Web

CSS
\006E90
HtmlDecimal
源
HtmlHexadecimal
源
Url
%E6%BA%90

Code

MD5
66f5e225b7d09afc4f2a56ef81e06f9b
Sha1
9394cdbfe13395b76db58de71f11274ff18a1b25
Base64
5rqQ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6E90';
console.log(char);  // Output: 源

Java:

char c = '\u6E90';
System.out.println(c);  // Output: 源

JSON:

{"text": "\u6E90"}  // Value: 源

Python:

char = '\u6E90'
print(char)  # Output: 源

Perl:

my $char = "\x{6E90}";
print $char;  # Output: 源

PHP:

$char = "\x{6E90}";
echo $char;  // Output: 源

Ruby:

char = "\u{6E90}"
puts char  # Output: 源

Rust:

let c = '\u{6E90}';
println!("{}", c);  // Output: 源

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006E90";  /* Display: 源 */
}

HTML Decimal:

<p>HTML decimal: &#28304;</p>  <!-- Display: 源 -->

HTML Hexadecimal:

<p>HTML hex: &#x6E90;</p>  <!-- Display: 源 -->

URL Encoding:

// 源 URL encoding
https://unicodefinder.com/search.php?query=%E6%BA%90

Encodings

MD5:

66f5e225b7d09afc4f2a56ef81e06f9b

SHA1:

9394cdbfe13395b76db58de71f11274ff18a1b25

Base64:

5rqQ