Hikaru Nakamura (artist)
Hikaru Nakamura (中村 光, Nakamura Hikaru) (born April 21, 1984 in Shizuoka Prefecture, Japan) is a Japanese manga artist. She is mostly known for Saint Young Men and Arakawa Under the Bridge. A Nikkei Entertainment magazine article published in August 2011 listed her ninth overall among the top 50 manga creators by sales since 2010, with 5.54 million copies sold.[1] She is married to Hiroshi Kamiya and they have a child together.
Hikaru Nakamura | |
---|---|
Born | Shizuoka Prefecture, Japan | April 21, 1984
Area(s) | Manga artist |
Notable works | Saint Young Men, Arakawa Under the Bridge |
Works
- Arakawa Under the Bridge (荒川アンダー ザ ブリッジ, Arakawa Andā za Burijji) (2004—2015 Square Enix)[2]
- Saint Young Men (聖☆おにいさん, Seinto Onīsan) (2006— Kodansha)[3]junni taisamn
gollark: I don't know exactly what it does.
gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```
gollark: It doesn't seem to be.
References
- "Top 50 Manga Creators by Sales Since 2010". Anime News Network. August 5, 2011. Retrieved July 16, 2015.
- "荒川アンダーザブリッジ (1)". Amazon.co.jp. Retrieved July 21, 2010.
- "聖☆おにいさん(1)". Kodansha. Retrieved July 21, 2010.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.